Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

John 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