If you’re completely new to JavaScript, or to programming altogether, there are some basic concepts that you’ll need to know. Many of these concepts are common to other programming languages, but every language has its own twists and quirks.
-
How you write JavaScript statements
-
Working with variables
-
Working with different types of basic data
-
Functions
-
Adding comments to your code
-
Special values
Even if you’re familiar with these concepts ...