var s =

var s=5;
//or
var f="hello";
//or
var o=document,getElementById("df");
Genius398