Summary: Programming Basics
Review what we learned about programming basics in JavaScript.
We'll cover the following...
Key points
-
Comments are ignored by the program, but make our program easier to read and understand.
-
Primitive types are the basic building blocks of a program.
-
Primitive types in ...