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

iOS Swift Basics Swift Types String Manipulation

Cant get past this String Interpolation coding challenge. I followed the instructions clearly but its still not working.

I don't understand the error its giving me. someone please help me understand this.

Steven Parker
Steven Parker
229,732 Points

I'm sure folks would be happy to help, but first please show the code that you are having trouble with.

1 Answer

Julian Addison
Julian Addison
13,302 Points

So I remember having an issue with this challenge. For me, the problem was I was was using string interpolation instead of concatenation for the second challenge. For the finalGreeting constant you're supposed to add the two strings together instead using string interpolation. It just wants you to be familiar with both concatenation and interpolation. Not sure though since I cannot see your code.