What if there are things we want to tell everybody who reads a script we wrote?

That's it, we can provide comments! They can contain pretty much anything, because they're ignored by the browser.

Single-line comments span from // to the end of a line. Multi-line comments start with /* and end with */.

Remember things declared in comments can't be accessed with code.