Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

How do i create a PLAYER variable with the string JASMINE in it?

I was given this question in the course challenge and i typed var player="jasmine"; And I was given a bumper error message

can you please post a link to the challenge so we can run your answer through it.

3 Answers

var player = "Jasmine";

document.write(player);

Thank you so much

No problem. You're welcome.

that should work, put each statement on a separate line.

Thanks

"J" should be uppercase.

I appreciate