HomeArenaMCQ - 3/7/22

MCQ – 3/7/22

61
Created on By Coding Artist

MCQ - 3/7/22

1 / 1

 var myMonth = "1";
 var month = myMonth === 0 ? "Jan" : myMonth === 1 ? "Feb" : myMonth === 2 ? "Mar : "NA";
 console.log(month);
What will the above code output to the console?

Your score is

The average score is 48%

0%

Previous articleCSS Custom Scrollbar
Next articleMCQ – 5/7/22
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

5 + 10 =

Most Popular