jsbasics

An interactive introduction to basic and important concepts of JavaScript

Stars
14

jsbasics

An interactive introduction to basic and important concepts of JavaScript. Topics currently covered:

  • variables
  • data types
  • expressions and statements
  • scope
  • this
  • constructors and prototypes

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.