JavaScript Multiple-Choice Quiz

JavaScript Multiple-Choice Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

Web Design EOPA Practice

Web Design EOPA Practice

5th - 12th Grade

55 Qs

Web Design EOPA

Web Design EOPA

5th - 12th Grade

55 Qs

JS I półrocze

JS I półrocze

12th Grade

61 Qs

PAS PWPB RPL 12

PAS PWPB RPL 12

12th Grade

55 Qs

Bài 11_Lớp 11_Kiểu mảng

Bài 11_Lớp 11_Kiểu mảng

12th Grade

61 Qs

J277/02 Computational thinking, algorithms and programming

J277/02 Computational thinking, algorithms and programming

9th Grade - University

56 Qs

Section Three: Algorithms - AQA Comp Sci A Level

Section Three: Algorithms - AQA Comp Sci A Level

11th Grade - University

61 Qs

Das Big Fat Informatik Quiz

Das Big Fat Informatik Quiz

9th - 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?