JavaScript
Palavras Reservadas
break delete function return typeof case do if switch var catch else in this void continue false instanceof throw while debugger finally new true with default for null try # Reserved for future use class const enum export extends import super
Variáveis Globais e Funções
arguments encodeURI Infinity Number RegExp Array encodeURIComponent isFinite Object String Boolean Error isNaN parseFloat SyntaxError Date eval JSON parseInt TypeError decodeURI EvalError Math RangeError undefined decodeURIComponent Function NaN ReferenceError URIError
Declaração de Variáveis
var message = "hello"; var i = 0, j = 0, k = 0;
Não existe declaração de tipo.