An interactive introduction to important concepts of JavaScript. Topics currently covered:
- data types
- objects and prototypes
- scope
this
- constructors and classes
The presentation is being updated to include references to ES2015+ features.
In order to run/build the presentation yourself, clone the repository, install the required dependencies via
npm install
npm install -g exerslide-cli
and then build the presentation with exerslide serve
(live development
server) or exerslide build
.