JavaScript Quiz

JavaScript Quiz

11th Grade

20 Qs

quiz-placeholder

Similar activities

Preguntas sobre JavaScript

Preguntas sobre JavaScript

9th Grade - University

20 Qs

HTML, CSS, and JavaScript Quiz

HTML, CSS, and JavaScript Quiz

11th Grade

18 Qs

Quiz Array dan Fungsi

Quiz Array dan Fungsi

11th Grade

20 Qs

uCertify Lesson 5 mid quiz

uCertify Lesson 5 mid quiz

8th - 12th Grade

20 Qs

Binary Search Tree

Binary Search Tree

11th - 12th Grade

25 Qs

Web 201 Review

Web 201 Review

9th - 12th Grade

18 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

8th - 12th Grade

21 Qs

Array

Array

10th - 12th Grade

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