You are on page 1of 2

CHEAT SHEET

DISEO WEB JavaScript


continue, default, delete, do,
else, finally, for, function, if, in,
instanceof, new, return, switch,
this, throw, try, typeof, var,
void, while, with.break, else,
new, var, case, finally, return,
void, catch, for, switch, while,
continue, function, this, with,
default, if, throw, delete, in, try,
do, instanceof, typeof.
-No se tienen en cuenta los espacios en blanco y las nuevas lineas
-Se distinguen las mayusculas y minusculas
-No se define el tipo de las variables
-No es necesario terminar cada sentencia con el carcter de punto y coma (;)
-Se pueden incluir comentarios
-- De linea }} comentario
-- De bloque }* comentario*}
var variable =16;
var variable ='String';
var variable =true;
CHEAT SHEET

You might also like