Help with arguments

read this i hope it will help now

1 Like

@jwilkins.oboe @rio_sanap @JeremyLT

i finally got it:

function functionWithArgs(a,b) {

console.log(a+b);

}

functionWithArgs(1,2);

functionWithArgs(7,9);
2 Likes

Huzzah! Nice work!

1 Like

finally !!! :star_struck: . well done

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.