+ 3
Guyss, what does var means??
Plzz englithen me...
8 Answers
+ 2
Var means a variable that you set, now there are two different vars (global and local) for example; var x= 3 function{var y= 5}
The var outside the function is global because itâs not inside a function and you guessed it the one inside the function is local and local vars only apply to things inside that function while global variables apply to everything in the code
+ 5
Happy to help Mirul Makenkov II ;)
+ 4
Karan Kumar Thankss.... :)
+ 3
sneeze i just started from basic.. HTML
+ 1
What language do you use ? Please put the language you use in your tags.
+ 1
var is a variable
+ 1
He most likely meant js