moving all js docs under "javascript" (#368)

This commit is contained in:
Peli de Halleux
2017-03-07 10:17:01 -08:00
committed by Abhijith Chatra
parent bc1e5f2522
commit 316d82a8d2
32 changed files with 101 additions and 132 deletions

View File

@@ -2,7 +2,7 @@
An integer number.
### @parent js/language
### @parent javascript/language
A *Number* is an integer such as `42` or `-42`. More precisely, a *Number* is a signed 32-bit integer (two's complement).