Course Content
Introduction to JavaScript
4. Conditional Statements
Introduction to JavaScript
Challenge: Multi-line Comment
Task
Comment out lines 4 through 9 of the code.
- Use the multi-line comment which starts with
/*
and ends with*/
.
Everything was clear?
Section 1. Chapter 6