Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
function functionWithArgs(1, 2),(7,9){
console.log(1 + 2),(7 + 9);
}
functionWithArgs(1, 2), (7, 9);
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
Challenge: Passing Values to Functions with Arguments
Link to the challenge: