Javascript Quiz

Javascript Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

Day 3 - Dom Manipulation

Day 3 - Dom Manipulation

Professional Development

20 Qs

JavaScript: Cuestionario de Diagnóstico

JavaScript: Cuestionario de Diagnóstico

Professional Development

18 Qs

Advanced JavaScript

Advanced JavaScript

Professional Development

20 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

DSP_Midterm Quiz

DSP_Midterm Quiz

Professional Development

20 Qs

Javascript - 01

Javascript - 01

Professional Development

20 Qs

PHP Initial Evaluation

PHP Initial Evaluation

Professional Development

20 Qs

Javascript Quiz

Javascript Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Sharad Jain

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What does the typeof operator return when used with an array in JavaScript?

array

object

array-object

undefined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about the localStorage object in JavaScript?

stores data on the server-side.

It stores data only for the duration of the session.

It stores data permanently even after the browser is closed.

It cannot store data in key-value pairs.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.      Which method is used to add new elements to the end of an array in JavaScript?

push()

pop()

shift()

unshift()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the querySelectorAll() method in JavaScript?

To select the first element that matches a specified CSS selector

To select all elements that match a specified CSS selector

To modify the CSS of an element

To create a new HTML element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the filter() method do in JavaScript?

Removes elements from an array based on a condition and returns a new array

Adds new elements to an array

Sorts the elements of an array

Reverses the order of the elements in an array

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which statement correctly declares a function in JavaScript?

function = myFunction() {}

var myFunction = function() {}

function myFunction() {}

myFunction() = function() {}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Math.random() function in JavaScript?

It generates a random number between 0 (inclusive) and 1 (exclusive).

It rounds a number to the nearest integer.

It calculates the square root of a number.

It generates a random integer between two specified values.

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?