I don’t get it, i thought this was right

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15.

Challenge: Passing Values to Functions with Arguments

Link to the challenge:

in this case using console.log is what you are asked to do, so that’s fine, but this is wrong syntax, there should be an error in the console pointing that out

you could or comment appropriately, with two backslashes \\, or remove the stuff after the semicolon