Javascript Quiz

Javascript Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

Professional Development

20 Qs

BT Final HTML & CSS & JS

BT Final HTML & CSS & JS

Professional Development

25 Qs

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

JavaScript with Arrays

JavaScript with Arrays

Professional Development

15 Qs

JavaScript Arrays

JavaScript Arrays

Professional Development

15 Qs

Powerwoche JS II

Powerwoche JS II

Professional Development

15 Qs

JavaScript

JavaScript

Professional Development

15 Qs

Lección1 - JavaScript

Lección1 - JavaScript

1st Grade - Professional Development

17 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?