JavaScript Multiple-Choice Quiz

JavaScript Multiple-Choice Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

2024 Final Exam Review PFGT

2024 Final Exam Review PFGT

9th - 12th Grade

55 Qs

OCR A Level Computer Science - 1.3.x

OCR A Level Computer Science - 1.3.x

12th Grade

57 Qs

AQA Computer Science [AS Level]

AQA Computer Science [AS Level]

12th Grade

63 Qs

JAVASCRIPT PART 1

JAVASCRIPT PART 1

12th Grade

60 Qs

PTS Web

PTS Web

10th - 12th Grade

55 Qs

3rd Quarter Exam in JAVA 4 (Computer Programming)

3rd Quarter Exam in JAVA 4 (Computer Programming)

12th Grade

60 Qs

IT112

IT112

7th Grade - University

64 Qs

Manage the Application Life Cycle Lesson 1

Manage the Application Life Cycle Lesson 1

9th Grade - Professional Development

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

Discover more resources for Computers