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

I don't understand, can I get somme help please

its not working when I do it what am I doing wrong?

strings.swift
// Enter your code below
var language = "swift"

language = "objectif-c"

3 Answers

Steven Parker
Steven Parker
229,644 Points

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

sorry but I still don't really understand

Steven Parker
Steven Parker
229,644 Points

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

ok thanks