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 trialJohn Moron
1,658 PointsPlease remove the third item ("Deploy App") and assign it to a constant named item.
They want me remove the third item ("Deploy App") and assign it a constent? but don't know how. Please help!
var todo = ["Learn Swift", "Build App", "Deploy App"]
todo.append("Debug App")
todo.append("Fix Bugs")
2 Answers
Dominic Bryan
14,452 PointsI think I just answered this for you on another question you posted ahah. But just to clarify
let item = removeAtIndex(2)
Please tick this as answer because this is being asked a few times
John Moron
1,658 PointsNo thats what i need actually!! I posted it again cuz know one was helping me.
John Moron
1,658 PointsJohn Moron
1,658 PointsI tried that and it says its wrong do have to add the Deploy App to it