Someone please explain this argument issue to me…
Your code so far
function functionWithArgs(1, 2) {console.log(1, 2);}
functionWithArgs();
Your browser information:
User Agent is: Mozilla/5.0 (Linux; U; Android 10; Nokia 3.4 Build/QKQ1.200719.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.138 Mobile Safari/537.36 OPR/56.1.2254.57583
Challenge: Passing Values to Functions with Arguments
Link to the challenge: