I'm stuck here please help me

Tell us what’s happening:

I have no idea where i’m going wrong

Your code so far


function functionWithArgs(param1, param2) {
console.log(param1, param2);
}
functionWithArgs(3, 16);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69.

Challenge: Passing Values to Functions with Arguments

Link to the challenge:

A post was merged into an existing topic: Trouble solving the Parameters

Please do not create duplicate topics for the same challenge/project question(s). This duplicate topic has been unlisted.

Thank you.