What exactly would I be declairing when I made a variable in JavaScript like this...
var number = " ";
or
var number="";
I am interested in the quotations and what they "exactly are setting the variable "number" as. Thanks!
| SitePoint Sponsor |
What exactly would I be declairing when I made a variable in JavaScript like this...
var number = " ";
or
var number="";
I am interested in the quotations and what they "exactly are setting the variable "number" as. Thanks!




String
Bookmarks