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 jQuery Basics Working with jQuery Collections Looping through a jQuery collection

angelod
angelod
6,694 Points

my code isn't doing what it's suppose be doing?

https://w.trhou.se/y17jl0p6ba

the link aren't showing just shows up the url thing

1 Answer

Matthew Lang
Matthew Lang
13,483 Points

You are using JavaScript template literals. Read here for more about them.

The ${url} is enclosed in normal quotation marks, just like any other string. When using template literals, it must be enclosed in a backtick, `, which is the key directly to the left of the 1 key on qwerty keyboards.