Skip to main content

Introduction to JavaScript

We introduce JavaScript and compare it with Java. The focus is on syntax, functions, and basic data structures like arrays and objects. If time permits, we will also briefly introduce DOM manipulation and events, so we can start changing the content of a webpage and make it interactive.

Before class

Practical requirements

Extra resources

During class

We will use these 📄 JavaScript introduction (PDF) and you will have time to do the exercises.

Demos used in class:

  • TBD

After class

Finish the exercises.