Which of the following will write the message “Hello World!” in an alert box?
If the value of x is 40, then what is the output of the following program?
(x % 10 == 0)? console.log(“Divisible by 10”) : console.log(“Not divisible by 10”);
How do you find the minimum of x and y using JavaScript?
Which JavaScript label catches all the values, except for the ones specified
↓
JavaScript is a ___ -side programming language
Which of the following will write the message “Hello World!” in an alert box?
If the value of x is 40, then what is the output of the following program?
(x % 10 == 0)? console.log(“Divisible by 10”) : console.log(“Not divisible by 10”);
How do you find the minimum of x and y using JavaScript?
Which JavaScript label catches all the values, except for the ones specified