JavaScript Multiple-Choice Quiz

JavaScript Multiple-Choice Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

CLASS 12 COMPUTER APPLICATIONS CH-1 TO CH-6 STATEBOARD I - MID

CLASS 12 COMPUTER APPLICATIONS CH-1 TO CH-6 STATEBOARD I - MID

12th Grade

63 Qs

Manage the Application Life Cycle Lesson 1

Manage the Application Life Cycle Lesson 1

9th Grade - Professional Development

56 Qs

2024 CSP-AP Final Exam Review

2024 CSP-AP Final Exam Review

9th - 12th Grade

60 Qs

Pendalaman PSAJ - Java

Pendalaman PSAJ - Java

12th Grade

60 Qs

HTML & Bootstrap

HTML & Bootstrap

12th Grade

60 Qs

Examen SQL Segundo Parcial

Examen SQL Segundo Parcial

12th Grade

60 Qs

Cuestionario de JavaScript - Fundamentos

Cuestionario de JavaScript - Fundamentos

12th Grade

60 Qs

PTS Web

PTS Web

10th - 12th Grade

55 Qs

JavaScript Multiple-Choice Quiz

JavaScript Multiple-Choice Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Neil Christian Capanzana

FREE Resource

60 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the correct way to declare a variable in JavaScript?

let x = 10;

var x = 10;

const x = 10;

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for single-line comments in JavaScript?

/* comment */

// comment

# comment

-- comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will typeof null return?

"null"

"undefined"

"object"

"string"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to print something in the console?

print()

log()

console.log()

write()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of "5" + 3 in JavaScript?

8

53

35

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a constant variable?

var

let

const

define

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write an IF statement in JavaScript?

if x = 5 then {}

if (x == 5) {}

if x == 5 {}

if x === 5 then {}

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?