JavaScript is the programming language of browsers. It's how you can incorporate interactivity into your pages, respond to user input, and communicate with the server. It's also one of the best programming languages to start with, since you can build many types of applications with JavaScript, and many of the programming constructs you'll learn are similar to other languages.
- Start Here: Javascript Overview
- Running Javascript Code
- ECMAScript and ES6
- Variables and names
- JavaScript data types
- Javascript Basic Functions
- The DOM
- Fat arrow functions
- Javascript Libraries
NEXT: Part 4. JQuery + APIs