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 trialDenis O'Connor
330 PointsAdobe.Illustrator.Canvas.Paint(); What is the name of the name space
I would say Illustrator but all parts have come back incorrect
2 Answers
Steven Parker
231,236 PointsThings to keep in mind when identifying the parts of a method name are:
- The general rule for method names is: namespace.class.method()
- Only the namespace can contain periods (.)
- The last two periods separate the namespace from the class and the class from the method
- Any other periods are part of the namespace.
If you want an outright spoiler you can look where this was asked before.
Lauris Davids
303 PointsAdobe.Illustrator