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 trialAkos Turi
7,517 PointsTrying to create error
What kind of parameter should i pass to data[String: String?]? in order to create the EmptyDictionary error? I understand that it has to be empty, but the compiler does not let me pass an empty dictionary. Thank you for your time!
1 Answer
jc laurent
6,351 Pointsvar myDico:[String:String] = [:]