Now we'll add a title and instructions to our game using comments. A comment is a line of code that the computer ignores. It's like a note you write for people to read as they're using your program!
- Go to the top of your program and add several new lines.
- Type a hashtag # to start your comment. On the same line, write a title for your program.
Your title should look like this # My Awesome Catch Game
To navigate the page using the TAB key, first press ESC to exit the code editor.