JavaScript

JavaScript Lecture

An introduction to JavaScript.

JavaScript Video Series

Follow along this series of short videos on JavaScript topics beyond the lecture that are necessary for the group projects.

  1. Introduction

  2. setTimeout

  3. Creating Promises

  4. The var keyword

  5. DOM · Part 1

  6. DOM · Part 2

  7. Web Sockets · Part 1 [Source]

  8. Web Sockets · Part 2

  9. Classes · Part 1 [Source]

  10. Classes · Part 2

  11. Classes · Part 3

  12. Classes · Part 4

  13. Modules