what is the difference between declaring variable with var or without var,which one is global
Code:
var i //is it a global
/
j //or is this a global
Comment