Skip to content

A jsbasics fork, focusing more on advanced topics

Notifications You must be signed in to change notification settings

fkling/jsdeepdive

Repository files navigation

jsdeepdive

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.

About

A jsbasics fork, focusing more on advanced topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published