Comments
Learn how to create comments in code to explain what's happening.
We'll cover the following...
Comments
A comment is something written in between actual code to help explain that code. JavaScript comments start with two slashes //
. Anything ...