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 trialAdam Smith
616 PointsI'm stuck on the println of my array.
I know its simple, but I'm stuck on the challenge 2 of the arry course. println todo [""]. I've tried everything now I'm going backwards!
var todo = ["Learn Swift","Build App","Deploy App"]
println ("todo")
1 Answer
Dave Berning
17,365 Pointsvar todo = ["Learn Swift", "Build App", "Deploy App"]
println(todo.count)
Adam Smith
616 PointsAdam Smith
616 PointsSorry, figured it out