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 JavaScript Basics (Retired) Storing and Tracking Information with Variables Using String Methods

Agustin Villa
Agustin Villa
1,695 Points

I don't really understand the question or what the challenge is looking for me to do. Can anyone help clarify?

???

2 Answers

Damien Watson
Damien Watson
27,419 Points

Hey, '.toUpperCase()' can be applied to the end of a string or variable to set all characters to upper case.

The challenge is asking you to set 'username =' the uppercase version of the variable 'id'.

Agustin Villa
Agustin Villa
1,695 Points

Okay I got it. Thank you for the help.