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 trialRoberto Enea
3,558 Pointsfunction warning() { alert('Warning, warning, warning!'); } warning(); why i am not calling the function properly?
I am asked to call the function correctly. I think i did. But still the answer is wrong. Why? The function is taking no parameters so it seems that warning(); should work.
2 Answers
Austin Flagler
10,227 PointsI think that you are likely adding a semicolon at the end, but they already include one at the end that is hard to notice, so the answer would strictly be "warning()".
Roberto Enea
3,558 PointsThank you very much. Now i noticed it :) It is late in the night and my eyes are going wild. But the hunger...