JavaScript

JavaScript

University

20 Qs

quiz-placeholder

Similar activities

TechOrda Frontend үміткерлеріне арналған тест

TechOrda Frontend үміткерлеріне арналған тест

University

22 Qs

Quiz by Ortusolis Technology Solutions Level 1

Quiz by Ortusolis Technology Solutions Level 1

KG - University

20 Qs

Back-End Development - Quiz 1

Back-End Development - Quiz 1

University

20 Qs

Code nhanh

Code nhanh

University

21 Qs

JS P1

JS P1

University

17 Qs

Web Development Quiz

Web Development Quiz

University

15 Qs

Kelas PHP

Kelas PHP

University

20 Qs

Java programming

Java programming

University

20 Qs

JavaScript

JavaScript

Assessment

Quiz

Other

University

Medium

Created by

Son Nguyen

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a primitive data type in JavaScript?

number

string

boolean

array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to compare two values and return true if they are not equal in value and data type?

!=

==

!==

===

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression true && false in JavaScript?

true

false

undefined

null

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? console.log(2 + "2");

"4"

4

"22"

22

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable that cannot be reassigned in JavaScript?

const

let

var

none of all the answers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression "5" - 2 in JavaScript?

3

"3"

NaN

undefined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to remove the last element from an array in JavaScript?

pop()

push()

shift()

unshift()

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?