Skip to content

Latest commit

 

History

History
 
 

3_Javascript

Part 3. JavaScript

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.

  1. Start Here: Javascript Overview
  2. Running Javascript Code
  3. ECMAScript and ES6
  4. Variables and names
  5. JavaScript data types
  6. Javascript Basic Functions
  7. The DOM
  8. Fat arrow functions
  9. Javascript Libraries

NEXT: Part 4. JQuery + APIs

Course modules