Basic Javascript Quiz
Description: Basic Javascript Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: javascript |
Inside which HTML element do we put the JavaScript?
What is the correct JavaScript syntax to write "Hello World"?
How do you call a function named "myFunction"?
How do you write a conditional statement for executing some statements only if "i" is equal to 5?
How do you write a conditional statement for executing some statements only if "i" is NOT equal to 5?
How does a "for" loop start?
What is the correct way to write a JavaScript array?
How do you round the number 8.25, to the nearest whole number?
How do you find the largest number of 6 and 8?
You work on a JavaScript project. How do you prompt users with messages and at the same time requesting user inputs?
Which of the following is the correct syntax of FOR?
Which of the following do you use for a multi-way branch?