Functions error, I am failing with this code, I only got one correct, if anyone could assist on where to fix. I will appreciate that

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


function fuctionWithArgs(a, b) {
console.log(a + b);
}
functionWithArgs(1, 2);
fuctionwithArgs(7, 9);

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; ART-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36

Challenge: Passing Values to Functions with Arguments

Link to the challenge:

You didn’t finish telling us what is going on. Please edit your post so that we know how to help you.

Hi @Faith !

When I run your code, I get error messages in the console.

You need to read through that error message and fix the spelling error that you have.

Being able to read error messages, is an important skill to have as a developer.

Hope that helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.