Basic Javascript Quiz
Description: Basic Javascript Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: javascript |
Attempted
0/15
Correct 0
Score 0
‹
›
How do you write a conditional statement for executing some statements only if "i" is equal to 5?
Which of the following is the correct syntax of FOR?
Which of the following do you use for a multi-way branch?
You want to design a form validation mechanism. Using string methods, which of the following are the steps involved ?