Search Header Logo

Javascript Quiz

Authored by Sharad Jain

Computers

Professional Development

Used 1+ times

Javascript Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?