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

0 points
Submitted by Jordan D
almost 10 years

4/15 Did you write 'yourName'.length correctly?

Exercise Seems To Be Broken

    document.write('Jordan'.length);

Will not evaluate. The next exercise button is just a spinning cog wheel. When it’s not a spinning cog wheel, it says “Oops, try again. Did you write ‘yourName’.length correctly?”

Answer 550954a586f5522cf8001424

1 vote

Permalink

do this “Ibraheem”.length

points
about 9 years

Answer 5387aeab282ae3b1d200126d

0 votes

Permalink

Hi Jordan,

You would normally have gotten some sort of response much quicker than this - sorry about that!

Your code looks perfect. Are you still getting that error message?

points
Submitted by Judy
almost 10 years

4 comments

Jordan D almost 10 years

Yes. On Chrome, exercise 4/15 is not working. The console displays 6 for “ ‘jordan’.length “ however the save & submit code button is just a spinning cog wheel that will not allow you to continue.

DCGese over 9 years

Try deleting all the text the re-appling it. I have the same issues, frequently. Love the pic by the way, that one always made me lol.

DCGese over 9 years

then re-applying

Your ‘s should be “s.

Answer 53c694287c82cae989002d6e

0 votes

Permalink

document.write( “James”.length );

This is working on my chromebook

points
Submitted by James Lloyd-Knibbs
over 9 years

Answer 5424180a631fe9e8a0002368

0 votes

Permalink

yeah, the exercise has a kind a bug, it doesn’t work when applying the code/ document.write( “Juanx”.lenght );

points
Submitted by juanxsoda
over 9 years

1 comments

Judy over 9 years

Hi Juan, give this a try: document.write( “Juanx”.length);