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!
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 trial
özgür erbulan
2,167 PointsMy code does not work on Custom Initializers challenge (it works on playground)
Hi
Here is the code that I wrote.
It works on playground but code challenge says that I could not compiled. When I click to the preview, I can not see anything in there.
Do I miss something?
2 Answers

james south
Front End Web Development Techdegree Graduate 33,271 Pointsi think the init is supposed to take the r, g, b and a as arguments, then self.red = red, etc. with description like you have it.

özgür erbulan
2,167 PointsThank you James!
I have changed the code like this and it worked.