JavaScript Quiz

JavaScript Quiz

5 Qs

quiz-placeholder

Similar activities

Wave Behaviors (Teaching Team)

Wave Behaviors (Teaching Team)

KG - University

7 Qs

Digital Pedagogy_01

Digital Pedagogy_01

KG - University

6 Qs

Who Wants to be an Agile Master?

Who Wants to be an Agile Master?

KG - University

10 Qs

SF Trivia

SF Trivia

KG - University

10 Qs

(D3) How well do you know Melaleuca?

(D3) How well do you know Melaleuca?

KG - University

10 Qs

Area and Volume of Shapes

Area and Volume of Shapes

KG - University

10 Qs

Phobias

Phobias

KG - University

10 Qs

JavaScript Quiz

JavaScript Quiz

Assessment

Quiz

Medium

Created by

Gunjan Virmani Arora

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an advantage of using JavaScript?

Less server interaction

Immediate feedback to the visitors

Increased interactivity

All of the above.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, what is a block of statement?

Conditional block

block that combines a number of statements into a single compound statement

both conditional block and a single statement

block that contains a single statement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The "function" and " var" are known as:

Keywords

Data types

Declaration statements

Prototypes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can't be done with client-side JavaScript?

Return a value

Accept parameters and Return a value

Accept parameters

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function of Array object reverses the order of the elements of an array?

reverse()

push()

reduce()

reduceRight()