sumitpatel93 / jsdeepdive

A jsbasics fork, focusing more on advanced topics

Home Page:http://felix-kling.de/jsdeepdive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://felix-kling.de/jsdeepdive


Languages

Language:JavaScript 73.1%Language:CSS 23.1%Language:Shell 1.9%Language:HTML 1.9%