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 Working with Strings Display the Value of a String on a Page

Can you use double quotation-marks, instead of single - which is used in Guil's video - to access the targeted element?

I am wondering this, because I prefer having consistency in my code - either I settle on double marks; or I settle on the single quotation-marks. I think having a mix is somewhat confusing.

2 Answers

Steven Parker
Steven Parker
230,688 Points

JavaScript accepts both types of quotes interchangeably, as long as they are used in matched pairs.

And consistency in your own code is considered a "best practice"! :+1:

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

Absolutely, Buster Siem! I switch them up from time to time to remind you that you can use either type. But do keep an eye out for consistency. :)