Course Content
Introduction to JavaScript
4. Conditional Statements
Introduction to JavaScript
Challenge: Single-line Comment
Let's work on improving our commenting skills by practicing with some code.
Task
Comment the second and the fifth lines of code.
- Use the single-line comment (
//
).
Everything was clear?
Section 1. Chapter 5