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 trialMarquis Newberry-Payne
2,937 PointsWhat am i doing wrong?
Attempting Sting Interpolation, exactly as the video showed me to. But the answer is incorrect.
2 Answers
kaitlanlang
3,042 PointsWithout specific detail in your forum post I can only guess you are getting 'slash' around the wrong way. the link below has a section on string interpolation.
kaitlanlang
3,042 PointsNOTE
The expressions you write inside parentheses within an interpolated string cannot contain an unescaped double quote (") or backslash (), and cannot contain a carriage return or line feed.
Marquis Newberry-Payne
2,937 PointsI apologize for not posting the code, i figured it out. Thanks anyway everyone =)
Iago Wandalsen Prates
21,699 PointsIago Wandalsen Prates
21,699 PointsIf you post your code, is easier to help.