Tell us what’s happening:
Describe your issue in detail here.
Your code so far
function fuctionWithArgs(a, b) {
console.log(a + b);
}
functionWithArgs(1, 2);
fuctionwithArgs(7, 9);
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; ART-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36
Challenge: Passing Values to Functions with Arguments
Link to the challenge: