Skip to content

Latest commit

 

History

History

quiz-21

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Cry

Directions:

Write a named function expression that stores the function in a variable called cry and returns "boohoo!". Don't forget to call the function using the variable name, not the function name:

cry();
Returns: boohoo!