Tell us what’s happening:
**Your code so far**
function functionWithArgs(a,b) {
console.log(a+b);
}
functionWithArgs(1,2); /=3
functionWithArgs(7,9); /=16
functionWithArgs(3,16)
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13421.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36
.
Challenge: Passing Values to Functions with Arguments
Link to the challenge: