Common JavaScript Manual
Appearance
From Wikibooks, open books for an open world
Common JavaScript Manual
JavaScript core
[edit | edit source ]A printable version of Common JavaScript Manual is available. (edit it)
Introduction
[edit | edit source ]Data types
[edit | edit source ]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