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 trialjonathan Appiah Bannor
444 Pointscan anyone give me any help on this one? many thanks
help
// IceCream
var iceCream = ["CC": "Chocolate Chip",
"AP": "Apple Pie",
"PB": "Peanut Butter"]
iceCream["RR"] = "Rocky Road"
Steve Hunter
57,712 PointsI agree with David - I tried your code and it works fine.
1 Answer
Bruce Röttgers
18,211 PointsI checked it in the challenge, it works. Please provide what you have to do in the challenge in the question next time (copy paste) so you don’t have to do the challenge by yourself when helping.
David Evans
10,490 PointsDavid Evans
10,490 PointsWhat is the issue that you're having?
I don't see anything wrong with your code. Is there an error message you're receiving? What step of the challenge is this on?