Tell us what’s happening:
what am i doing wrong here because i have been on this step for more than 24 hours please help
Your code so far
function fuctionWithArgs(a, b) {
console.log(a + b);
}
functionWithArgs(1, 2);
functioWithArgs(7, 9);
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36
.
Challenge: Passing Values to Functions with Arguments
Link to the challenge: