HomeArenaMCQ - 5/10/22

MCQ – 5/10/22

94
Created on By Coding Artist

MCQ - 5/10/22

1 / 1

let myFunc = (x, y = 10) => {
  return x + y;
};
console.log(myFunc(5, true));
What will the above code output to the console?

Your score is

The average score is 39%

0%

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

four × two =

Most Popular