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 trialali raafat
444 Pointsiam stuckkk
i tried everything and watched the video million times and still iam stuck go anyhelp would be appreciated
1 Answer
Edward Ries
7,388 PointsI've seen people ask for help on this quiz before. It's fairly easy but as I've seen with many of the quizzes, they can be confusing on exactly what they are asking.
The namespace is detrived by removing the class and method namespace / class / method Adobe.Illustrator / Canvas / Paint()
StackOverflow.Controllers / CommentController / Details();
What seems to confuse people is this one. It's still separating the pieces but they are showing the method signature and they are only wanting the method name. i.e. "Dial"
Apple.IPhone.Dialer.Dial(string phoneNumber);
Keep up the good work.