Parameters need help

Tell us what’s happening:

Your code so far


function functionWithArgs(1,2) {
console.log(1+2)/=3
}

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13020.67.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36.

Challenge: Passing Values to Functions with Arguments

Link to the challenge:

Hello~!

You are defining the function with numbers - you should define the function with parameters and call it with numbers. :slight_smile: