This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Anthony Agozzino
over 9 years

having trouble with 24/28 pls help

var myAge = /* 32 */

for some reason this doesent work

Answer 5488dc91e39efeaf0000095b

3 votes

Permalink

Why are you putting /* */ around your number? Delete it!

points
Submitted by Neil
over 9 years

Answer 5488d81b9376765acc000931

-1 votes

Permalink

I do believe that it goes like var varName=”Anthony” and var varAge=”32”. That’s to declare it.

points
Submitted by Greg
over 9 years

2 comments

Neil over 9 years

Why are you declaring a name?

Neil over 9 years

A number should not have quotes around it. Quotes are for strings.