JavaScript Quick Start Guide
A guide to JavaScript for people who already know how to code in other languages.
0%
Complete
-
1. Hello, World
Start playing around with JavaScript.
-
2. Variables and Types
Learn a little about variables and types in JavaScript.
-
3. Booleans
Learn all about truthiness in JavaScript.
-
4. Control Flow
Before we get into functions, let's quickly review control flow syntax in JavaScript.
-
5. Basic Functions
Learn the basics of creating functions in JavaScript.
-
6. Strings
Learn how to use strings in JavaScript.
-
7. Numbers
Learn how numbers work in JavaScript.
-
8. Intro to Objects
Start learning about objects!
Not started