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

andriy fedorchuk
andriy fedorchuk
2,922 Points

Got stuck on this I am sure I have the right syntax but the program is not allowing me to pass

Can not pass

Heather Mason
Heather 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.

1 Answer

Magnus Hållberg
Magnus Hållberg
17,232 Points

You 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.