JavaScript variables are declared using the keyword code example
Example 1: Create variable javascript
//Assigns the value bar to the variable foo
var foo = bar;
Example 2: how to instialise var in js
var variable-name = number;
/*eg*/
var a = 10;