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 trial

JavaScript JavaScript Basics (Retired) Creating Reusable Code with Functions Review Creating Reusable Code with Functions

Roberto Enea
Roberto Enea
3,558 Points

function 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

I 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
Roberto Enea
3,558 Points

Thank you very much. Now i noticed it :) It is late in the night and my eyes are going wild. But the hunger...