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 trialPrateek Kedia
8,707 PointsFacing trouble in the task, error says "make sure method is named fetchTreehouseBlogPosts and has the correct syntax"
Unable to figure out what's wrong in the syntax...
import Foundation
// Add your code below
func fetchTreehouseBlogPosts (completion: (data: NSData!,resposnse: NSURLResponse!,error: NSError!) -> Void) {
}
2 Answers
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsResponse is spelled wrong.
Prateek Kedia
8,707 PointsThanks Brendan
Silly me!