JavaScript Quiz

JavaScript Quiz

University

15 Qs

quiz-placeholder

Similar activities

OOPS-1

OOPS-1

University

20 Qs

code trivia

code trivia

University

15 Qs

Java Script. Parte 1.

Java Script. Parte 1.

University

10 Qs

JavaScript Quiz | For Beginners

JavaScript Quiz | For Beginners

1st Grade - University

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Preguntas sobre Algoritmos y JavaScript

Preguntas sobre Algoritmos y JavaScript

University

10 Qs

React-Native Mastermind Challenge

React-Native Mastermind Challenge

University

10 Qs

104-P-01: Delegates and lambdas

104-P-01: Delegates and lambdas

University

10 Qs

JavaScript Quiz

JavaScript Quiz

Assessment

Quiz

Computers

University

Easy

Created by

Muhamad Gibran

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the output of the following code snippet?

print(NaN === NaN);

True

False

Undefined

Error

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How to stop an interval timer in Javascript?

clearInterval

stopInterval

clear

clearTimer

3.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

What are variables? Choose two from the answers.

container for storing data

storing data values

A cupboard

hold a water in it

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What will be the output of the following code snippet?

console.log(typeof(NaN));

Number

String

Null

None of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which function is used to serialize an object into a JSON string in Javascript?

parsa()

convert()

stringify()

json()

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

where id the correct place to insert a JavaScript?

<body>

<head>

<body>, <head>

html

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How to write a try-catch block in JavaScript?

try{}catch{}

catch{}try{}

try{}catch(e){}

try(e){}catch{}

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?