
jonathan Appiah Bannor
444 PointsHI guys can we help me with the first task? I'm new in coding! many thanks Jonathan
can you guys show me how i'm suppost to be write the first taks.
many thanks
// Enter your code below
var str = "language"
str = "swift".
2 Answers

Paolo Scamardella
24,828 PointsThe task is asking you to create a variable named language (not str) and set the value to "Swift" (not language)
The second part is asking you to change the value from "Swift" to "Object-C"