Tell us what’s happening:
Describe your issue in detail here.succefully
why is my code not passing successfully
Your code so far
function functionWithArgs(a, b) {
console.log(a + b);
}
functionWithArgs(1, 2);
function functionWithArgs(a , b) {
console.log(a + b);
}
functionWithArgs(7, 9);
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0
Challenge: Basic JavaScript - Passing Values to Functions with Arguments
Link to the challenge: