Web/JavaScript/Guide

From Get docs


The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference.

This Guide is divided into the following chapters.

Introduction

Grammar and types

Control flow and error handling

Loops and iteration

  • for
  • while
  • do...while
  • continue/break
  • for..in
  • for..of

Functions

Expressions and operators

Numbers and dates

Text formatting

Indexed collections

Keyed collections

  • Map
  • WeakMap
  • Set
  • WeakSet

Working with objects

Details of the object model

Promises

Iterators and generators

Meta programming

JavaScript modules