array(0) { }
How to insert a comment that has more than one line?
/*This comment has more than one line*/
//This comment has more than one line//
<!--This comment has more than one line-->
How to write an IF statement in JavaScript?
if i = 5 then
if i == 5 then
if (i == 5)
if i = 5