guide/javascript/introduction.md
2016-03-20 10:16:17 +01:00

545 B

Introduction

Free, good online Book:

If you are an experienced programmer, a quick guide to JavaScript is the following:

  1. JavaScript is loosely-typed, and variables are defined with the var keyword. ES6/ES2015 introduces the const and let keywords.
  2. Functions are first-class objects, meaning they can be saved to variables.

Bra generellt: