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 trialJD Cutter
1,951 PointsIs this module broken? https://teamtreehouse.com/library/javascript-basics/working-with-strings/write-a-template-literal
Is this incorrect? I click "Check Work" but nothing happens. Not even a wrong answer message.
const flavor = "Blueberry";
const type = "Smoothie";
const price = 4.99;
const drink = `${flavor} ${type}: $${price}`;
console.log(drink);
himar
7,420 PointsIm also having issues but on a module in the NodeJS basics course
JD Cutter
1,951 PointsOkay, phew. That is a load off. I was beating my head there for a moment wondering what I did incorrectly. I'll let it do its thing for a bit and try again. Thank you both for your prompt responses.
2 Answers
JD Cutter
1,951 PointsIt was just a time issue. Once I came back a few hours later everything worked on the page I had loaded up. It must have been server side.
solidariti
1,818 PointsIt only lets you pass it if you remove their example using catenation!!!
Travis McCallum
5,109 PointsTravis McCallum
5,109 PointsI can report the same issue in my own module for CSS. I think their website is having server-wide issues. Haven't seen anything posted on social media yet. @Treehouse!