fullstack_webdev

Code and notes from Full stack web developer path, LinkedIn Learning.

View on GitHub

3. JavaScript Essential Training

0. Preface


Installing

  1. You must have the following installed:

  2. From the root folder, open the terminal and enter the command nmp install to install dependencies.


Contents

  1. JavaScript A Brief Introduction
  2. Up and Running with JS
  3. Objects
  4. Sidebar: String Output
  5. DOM
  6. Variables and Data Types
  7. Arrays
  8. Functions and Methods
  9. Events
  10. Troubleshooting and Validating JS