Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.1 KB

JavaScript

From Wikipedia:

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language.
It is a language which is also characterized as dynamic, weakly typed, prototype-based
and multi-paradigm. Alongside HTML and CSS, JavaScript is one of the three core
technologies of World Wide Web content engineering. It is used to make webpages
interactive and provide online programs, including video games.

General resources

  1. JavaScript (Wikipedia)
  2. JavaScript (Mozilla DEV)
  3. The Modern JavaScript Tutorial
  4. Crockford on JavaScript
  5. airbnb JavaScript style guide
  6. JavaScript Weekly

EcmaScript 6

  1. ES6 resources

JS Interview

  1. JavaScript tests

Emacs & JavaScript

  1. Emacs for JavaScript