sonicsnail
Technical User
I'm making a page that will collate peoples phone numbers...
I've decided to try doing it with each person having their own variable.. as in...
var myNumber = 0123456789
however when I call that variable it appears without the first zero.. and the zero is damn important in a phone number!
how can I preserve my 0?
I've decided to try doing it with each person having their own variable.. as in...
var myNumber = 0123456789
however when I call that variable it appears without the first zero.. and the zero is damn important in a phone number!
how can I preserve my 0?