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 trialangelod
6,694 Pointsmy code isn't doing what it's suppose be doing?
the link aren't showing just shows up the url thing
1 Answer
Matthew Lang
13,483 PointsYou 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.