Shortcut Navigation:

Javascript Fundamental Quiz

You are a junior web designer. Your company assigns you to work on a JavaScript project. Which of the following are the advantages of using JavaScript for form validation?

Your company assigns you to work on a JavaScript project. With the DATE object, which of the following allows you to call a function based on an elapsed time?

You are working on a JavaScript project. What is used to restart the inner most loop?

You work on a JavaScript project. Which of the following correctly describe the relationships of JavaScript and "objects"?

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?

In your JavaScript code, how do you find out which character occurs at the 5th position in a string "How are you"?

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 ?

Which of the following is the minimum browser version that supports JavaScript

Under which of the following conditions will you need to include semi colons on a line of code?

Which of the following are the valid JavaScript versions?

Which of the following languages will you consider as being similar to JavaScript?

You plan the coding of your project. When must the object references be ready?

Which of the following correctly describe cookies ?

A program written by JavaScript is driven by

What are JavaScript relations with the underlying operating platform?

When you plan for the JavaScript variable names, the first character must be?

Which of the following correctly describe JavaScript as a language?