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 Review JavaScript Variables

the answers seem similar for the last two questions? can someone explain this to me?

B and C look exactly the same. What is the difference?

Which questions do you refer to, Chris? The question order changes each time so it's hard to tell what questions you are asking about.

I just realized my error. One of the answers did not have an equal sign.

Ah, okay! That's the best way to realize an error. :)

Marcus, Do you know any other resources for reading up on variables? Soon as I got to the Variable Challenge section I drew a complete blank and its like it went out the window and I drew a blank.

1 Answer

W3Schools has a good article on JavaScript variables: http://www.w3schools.com/js/js_variables.asp

You can find tons of good information online about them.