JavaScript Quiz

JavaScript Quiz

11th Grade

20 Qs

quiz-placeholder

Similar activities

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

Javascript Quiz 2

Javascript Quiz 2

11th Grade

15 Qs

Programming with JavaScript: Mastery Test

Programming with JavaScript: Mastery Test

11th Grade

16 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

Javascript Basic

Javascript Basic

9th - 12th Grade

20 Qs

JavaScript Basics Test

JavaScript Basics Test

10th - 12th Grade

20 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

8th - 12th Grade

21 Qs

UTS SMT Genap PBO 11 RPL

UTS SMT Genap PBO 11 RPL

11th Grade

15 Qs

JavaScript Quiz

JavaScript Quiz

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Programmer Pro69

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which keyword is used to declare a variable in JavaScript?

let

const

var

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

String

Boolean

Number

Object

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What is the result of the following code: "5" + 5?

10

"55"

"10"

NaN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the acronym "JSON" stand for in JavaScript?

JavaScript Object Notation

Java Script Output Note

JavaScript Object Namespace

Java Script On-The-Go

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "NaN" value represent in JavaScript?

"New and Nice" value

"Not a Number" value

"No Available Number" value

"Never Again" value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to declare a variable in JavaScript?

let myVar;

const myVar;

myVar;

var myVar;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following loop statements will always execute at least once?

for loop

while loop

do-while loop

All of the above

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?