Categoría |
Característica o palabra clave |
Asignaciones |
Asignación(=)
Asignación compuesta (OP=) |
Cadenas |
String
charAt, charCodeAt, fromCharCode
indexOf, lastIndexOf
split
toLowerCase, toUpperCase
length |
Comentarios |
/*...*/ or // |
Constantes y literales |
NaN
null
true, false
Infinity
undefined |
Control de flujo |
Break
continue
for
for...in
if...else
return
while |
Creación de funciones |
Function
arguments, length |
Creación de objetos |
Object
new
constructor, prototype, instanceof, toString, valueOf |
Declaraciones |
Function
new
this
var
with |
Fecha y hora |
Date
getDate, getDay, getFullYear, getHours, getMilliseconds, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear,
getUTCDate, getUTCDay, getUTCFullYear, getUTCHours, getUTCMilliseconds, getUTCMinutes, getUTCMonth, getUTCSeconds,
setDate, setFullYear, setHours, setMilliseconds, setMinutes, setMonth, setSeconds, setTime, setYear,
setUTCDate, setUTCFullYear, setUTCHours, setUTCMilliseconds, setUTCMinutes, setUTCMonth, setUTCSeconds,
toGMTString, toLocaleString, toUTCString, parse, UTC |
Matemática |
Math
abs, acos, asin, atan, atan2, ceil, cos, exp, floor, log, max, min, pow, random, round, sin, sqrt, tan,
E, LN2, LN10, LOG2E, LOG10E, PI, SQRT1_2, SQRT2 |
Métodos globales |
Global
escape, unescape
eval
isFinite, isNaN
parseInt, parseFloat |
Números |
Number
MAX_VALUE, MIN_VALUE
NaN
NEGATIVE_INFINITY, POSITIVE_INFINITY |
Objetos |
Array
Boolean
Date
Function
Global
Math
Number
Object
String |
Operadores |
Adición (+), Sustracción (-)
Módulo aritmético (%)
Multiplicación (*), División (/)
Sustracción (-)
Igualdad (==), Desigualdad (!=)
Menor que (<), Menor o igual que (<=)
Mayor que (>)
Mayor o igual que (>=)
And lógico (&&), Or (||), Not (!)
And bit a bit (&), Or (|), Not (~), Xor (^)
Desplazamiento a la izquierda bit a bit (<<), Desplazamiento a la derecha (>>)
Desplazamiento a la derecha sin signo (>>>)
Condicional (?:)
Coma (, )
delete, typeof, void
Decremento ( ), Incremento (++) |
Tipo Boolean |
Boolean |
Uso de matrices |
Array
join, length, reverse, sort |