Show Menu
Cheatography

JavaScript Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Variable

Var
Déclare une variable
Var Nomdel­ava­riable

Fonction

Var saluer = fonction () { };
Déclare une fonction
     

Ecriture

Consol­e.log()
Ecrit la valeur dans la console
Consol­e.l­og(­"­Sal­ut");
Prompt
Affiche une fenetre interr­active [Pop-Up]
prompt­(Re­sul­tat­Uti­lis­ateur)