Chapter 3: How to Write Code
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Write
console.log
statements - Understand what syntax, comments and debugging are when you are coding
Key Terminology
Here is a list of the key terms throughout this chapter based on the page they first appear on. You should make note of these.
What is Code?
- code
Syntax Rules
- syntax
Comments
- comment
Output with console.log
- console
- newline
Fixing Errors in Your Code
- debugging