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 trialBryce Currie
47 PointsI don't understand, can I get somme help please
its not working when I do it what am I doing wrong?
// Enter your code below
var language = "swift"
language = "objectif-c"
3 Answers
Steven Parker
231,184 PointsIt looks like you're working on a different challenge from the one linked to the "view challenge" button.
In the one linked, the instructions ask you to create variables named "name" and "greeting" and assign them. But this code creates a variable named "language" instead.
Bryce Currie
47 Pointssorry but I still don't really understand
Steven Parker
231,184 PointsThe code shown above does something entirely different from what the instructions ask for. This code is making a "language" variable but that is not mentioned in the instructions.
Start over, read the instructions carefully, and do only what they ask for.
Bryce Currie
47 Pointsok thanks