Quiz Javascript

Quiz Javascript

University

10 Qs

quiz-placeholder

Similar activities

Reto kbanillas

Reto kbanillas

University

15 Qs

TWK HOTS - Bhinneka Tunggal Ika dan Pancasila

TWK HOTS - Bhinneka Tunggal Ika dan Pancasila

12th Grade - Professional Development

10 Qs

RETO KBANILLAS

RETO KBANILLAS

University

15 Qs

Day-1 Pre Assessment(Essentials of Data Analytics Using R)

Day-1 Pre Assessment(Essentials of Data Analytics Using R)

University

15 Qs

PENGISI WAKTU LUANG

PENGISI WAKTU LUANG

University

10 Qs

TWK (INTEGRITAS)

TWK (INTEGRITAS)

University

10 Qs

第1课: 打吃后关门吃、枷吃

第1课: 打吃后关门吃、枷吃

KG - Professional Development

15 Qs

Untitled Quiz

Untitled Quiz

10th Grade - University

11 Qs

Quiz Javascript

Quiz Javascript

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following is NOT a primitive data type in JavaScript?

a) String

b) Number

c) Object

d) Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. What will be the output of type of null?

a) "null"

b) "undefined"

c) "object"

d) "number"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which method converts a string to lowercase in JavaScript?

// a) toLowerCase()

// b) lowerCase()

// c) changeLower()

// d) convertLower()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What is the result of parseInt("15.99")?

// a) 15

// b) 15.99

// c) "15.99"

// d) 16

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which operator is used to check both value and type in JavaScript?

// a) ==

// b) !=

// c) ===

// d) =

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. What will Boolean(0) return?

// a) 0

// b) false

// c) "false"

// d) true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

// 7. What will be the output of this code?

let x = "5";

if (x == 5) console.log("Yes");
else console.log("No");

yes

No

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?