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 trialandriy fedorchuk
2,922 PointsGot stuck on this I am sure I have the right syntax but the program is not allowing me to pass
Can not pass
1 Answer
Magnus Hållberg
17,232 PointsYou just might have the correct syntax, hard to see without the code though. The challenges are picky about the spelling, so if you are sure your syntax is correct, check that you spelled the constants correctly. Next time, include you code. Otherwise it's hard to help.
Heather Mason
4,386 PointsHeather Mason
4,386 Points(Without seeing your code, I don't know if this will be helpful.) The first part of the challenge asks us to use string interpolation to add our name to the greeting. The second part requires concatenation.