We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Comments

JavaScript has two styles of comments:

// This is a single-line comment

/*
   This is a multi-line comment
   neither of these comments will execute
   as code
*/

Assignment

The new intern on the team messed up their documentation comment. Fix the syntax so that their comment doesn't include the code.