Skip to content

Abdullah, Abdulrahman#5

Open
AntarIbnShadad wants to merge 1 commit intoJoinCODED:mainfrom
AntarIbnShadad:main
Open

Abdullah, Abdulrahman#5
AntarIbnShadad wants to merge 1 commit intoJoinCODED:mainfrom
AntarIbnShadad:main

Conversation

@AntarIbnShadad
Copy link

No description provided.

// - Log temperatures that exceed the threshold to the console IN DEGREES CELSIUS (hint: you can combine all previous functions)
function logHottestDays(temperatures: number[], threshold: number): void {
// write your code here...
logger(toCelsius(temperatures.filter(temp => temp>=threshold)))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You do have a method called hottestDays :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants