nimrita
September 24, 2023, 1:19pm
1
Tell us what’s happening:
Describe your issue in detail here.
Your code so far
i don’t solve the code . please help me
function functionWithArys(one, two) {
console.log(one + two);
}
functionWithArys(7, 9);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Passing Values to Functions with Arguments
Link to the challenge:
Lucasl
September 24, 2023, 1:37pm
2
Double check what the failing test cases are saying, first one that fails running your code says functionWithArgs should be a function..
In your code you have a typo here functionWithArys in the function name .Write the correct function name.
Your code will work!
nimrita
September 24, 2023, 1:49pm
4
They didn’t work. Please help me. I do this last 1 hour
nimrita
September 24, 2023, 1:49pm
5
They didn;t work. Please help me. I do this last 1 hour
Lucasl
September 24, 2023, 2:08pm
6
You corrected the function name typo and it is still not passing? could you post the updated code. It looks like it should work once functionWithAry s typo is corrected to functionWithArg s
nimrita
September 24, 2023, 2:19pm
7
Thankyou so much sir Thankyou for help me.