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 trialapps
394 PointsIs there a Command Reference sheet for challenge questions?
Notes, Pointers "Cheet Sheet" for correct Syntax ?
var todo = ["Learn Swift", "Build App", "Deploy App"]
1 Answer
Nick Janes
5,487 PointsI don't believe there is a cheat sheet provided by Team TreeHouse. You do, however, have access to many resources to see example syntax. Reading the documentation is a very useful skill, so if you could refer to that for your answers that would come in handy. Also, you could just google it. There are plenty of websites such as stackoverflow that will have answers to your questions. At this point in time, the concepts you are learning are very important as you will use them a lot in the future. I like to follow the tutorials in my own playground so that I can commit the syntax to muscle memory.