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 Introducing the Practice

i changed the mars name so mars appears but not sure where to go from here..

Thomas Ngo
Thomas Ngo
6,434 Points

Hi Jason,

Looks like you didn't put the placeholders ${expression} for the parameters. For example, the ' planet.name' should be enclosed as ${planet.name} in order for it to be read correctly.

This is a good reference for template literals as well. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

I hope this helps! -Thomas

1 Answer

I did do this a little while ago, but thanks Thomas, i have gone back and learnt a lot, I used to have problems with template literals...

Thanks again.