Tell us what’s happening:
Your code so far
function functionWithArgs (a, b){
console.log(a + b)
}
functionWithArgs(1,2)
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0
.
Challenge: Passing Values to Functions with Arguments
Link to the challenge:
ilenia
#2
Hello there.
Do you have a question?
If so, please edit your post to include it in the Tell us what’s happening section.
The more information you give us, the more likely we are to be able to help.