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 Getting Started With ES2015 Using Template Literals Basic and Multiple Line Strings

Joseph Chiang
Joseph Chiang
3,942 Points

why does the backtick keep acting as a comment

In the workspace when I was trying to do the multi-line list using the backtick (template literal), the html after my backtick (`) always turned black and when I previewed the code in the browser I couldn't see the list at all.

1 Answer

Steven Parker
Steven Parker
229,644 Points

The syntax coloring in the workspace might still not be updated to show template strings correctly, but the behavior in the preview should work.

To facilitate a complete analysis, make a snapshot of your workspace and post the link to it here.

Joseph Chiang
Joseph Chiang
3,942 Points

Aha, got it working now, thanks anyways. Yea the behaviour works properly i was just confused because of the colouring.

Steven Parker
Steven Parker
229,644 Points

You might also want to report the syntax coloring issue as a bug to the Support staff.