Challenge Hints: Functions Checkpoint

A list of hints for the challenges in the Functions Checkpoint lesson.

Last updated - June 30, 2023

 

Checkpoint

Does your function contain a console.log?

Does your function accept a parameter?

Does your parameter in the function match the word you put inside the console.log?

Did you call the function 4 times with different parameter values?

For more help with JavaScript, check out our JavaScript Reference Guide!