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 trialKevin Perez
iOS Development with Swift Techdegree Student 1,030 PointsI made a constant called favoritedessert and named it flan like this: let favoritedessert= "flan". How is this wrong?
I keep getting the bummer area when I am asked to make a constant named favoritedessert and assign it a string of my favorite dessert. I code the following.
let favoritedessert= "flan"
1 Answer
Steven Parker
231,184 PointsThe variable name here is "favoritedessert" but the instructions ask for "favoriteDessert" (with capital "D").
Kevin Perez
iOS Development with Swift Techdegree Student 1,030 PointsKevin Perez
iOS Development with Swift Techdegree Student 1,030 PointsI tried that and it would not work, but I think it was a refresh page problem. I exited and came back and it worked. Thank you anyways!