
Bryce Currie
47 Pointsits says its wrong but my preview has nothing in it
it said go check the preview so I did but there was nothing in it
4 Answers

Thomas Oliver Bastable
iOS Development Techdegree Graduate 20,015 PointsCan you post your code Bryce?

Bryce Currie
47 Pointsok

Bryce Currie
47 PointsI did, var str = "language"

Thomas Oliver Bastable
iOS Development Techdegree Graduate 20,015 PointsOk so that challenge says:
Declare a variable named language and assign the string "Swift".
So your variable has to be called 'language' and the string you assign to that variable has to be "Swift". Code below:
var language = "Swift"

Bryce Currie
47 PointsI clicked preview it said nothing