HomeArenaMCQ - 27/06/22

MCQ – 27/06/22

15
Created on By Coding Artist

MCQ - 27/06/22

1 / 1

function myFunc() {

    return [10, 20, 30];
}
[i, , j] = f1();
console.log(i, j);
What will the above code output to the console?

Your score is

The average score is 47%

0%

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

2 × one =

Most Popular