You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently no challenges to handle the arrow function.
I think we need to create an arrow function challenge before we can reference the arrow function.
This is a proposal for a new challenge. Please give me ideas and feedback.
Title
FUNCTION RETURN VALUES
Goal
Learn how to handle function return values.
Problem
The result of the function is a value.
You can get the result of the function as follows:
The challenge:
Create a file named
function-return-value.js
.*** TODO ***
Check to see if your program is correct by running this command:
TODO
The text was updated successfully, but these errors were encountered: