Jump to content

Common JavaScript Manual

25% developed
From Wikibooks, open books for an open world
WHATWG JavaScript logo
WHATWG JavaScript logo
Common JavaScript Manual

JavaScript core

[edit | edit source]
Search inside Common JavaScript Manual:
Results will load on a new page.

Introduction

[edit | edit source]
About JavaScript
How read this book

Data types

[edit | edit source]
Numbers
Arrays
Strings
Objects

Controlling constructions

[edit | edit source]
Conditional statements
While and For loops
Do .. While and For .. in loops
Break, continue, labels
Logic and Comparison operators
Condition operator
Switch expression

Functions

[edit | edit source]
Definition function
Recursion
Predicates
Memorization
Indefinite number of arguments
Higher-order function
Closures
Lambdas
Curry
Callbacks

Object oriented programming

[edit | edit source]
Definition construcors
Inheritance
Extending objects