Warning: Undefined array key "options" in /home/bapugrap/public_html/quiz/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php on line 192
JavaScript Basic Quiz | Javascript Online Quiz - Web and Graphics Quiz

share

JavaScript Basic Quiz

JavaScript Basic Quiz | Javascript Online Quiz

JavaScript Basic Quiz | Javascript Online Quiz

Find below MCQ (Multiple Choice) questions and Answers useful for learning Javascript. Examine your knowledge of JavaScript by playing our JavaScript Basic Quiz.

JavaScript Basic Quiz

Welcome to your JavaScript Basic Quiz

Name
Email
Mobile

1) 
x=4+"4";
document.write(x);


What will be the Output ?

2) 
var qpt = "Quality Point Technologies";
var result = qpt.split(" ");
document.write(result);

3) Is it possible to nest functions in JavaScript?

4)
document.write(navigator.appCodeName);

5) Which of the following is true?

6) Scripting language are

7) Which best explains getSelection()?

8) 
function x()
{
var s= "Good 100%";
var pattern = /\D/g;
var output= s.match(pattern);
document.write(output);
}

9) <script language="javascript">
var qpt="QUALITY POINT TECHNOLOGIES";
alert(qpt.charAt(qpt.length-1));

10) Choose the client-side JavaScript object:

Leave a Reply

Your email address will not be published. Required fields are marked *