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

Michael Zito
PLUS
Michael Zito
Courses Plus Student 4,073 Points

Don't know

Can't figure out what this is asking that I haven't already tried to submit

Antti Lylander
Antti Lylander
9,686 Points

There are five questions. Which one keeps bugging you?

Yes, I want to know the same thing as Antti. Which problem is it

Michael Zito
Michael Zito
Courses Plus Student 4,073 Points

"Given this function, write the code to call it:". I apologize, I didn't realize it was going to show the entire quiz.

1 Answer

That's alright. For this question, you have a function named warning() with some commands in it. All it wants you to do is call the function like this:

warning();

That should work

Don't write the semicolon btw it already has it written for you