Search Header Logo

JavaScript Quiz

Authored by Donshay Somborn

Computers

12th Grade

Used 2+ times

JavaScript Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in JavaScript?

A section of the website

A way to store information that can be used later

A type of function

A loop that runs forever

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a way to define an array in JavaScript?

var colors = "red", "green", "blue";

var colors = 1: "red", 2: "green", 3: "blue";

var colors = ["red", "green", "blue"];

var colors = (1 = "red", 2 = "green", 3 = "blue");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in JavaScript?

var myVariable;

variable myVariable;

v myVariable;

declare myVariable;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

var x = 5;

num x = 5;

number x = 5;

x = 5;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code snippet? ```javascript var a = true; var b = false; var c = a + b; ```

"truefalse"

1

0

"1false"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in JavaScript?

A section of the document

A type of JavaScript data

A container for storing data values

A command that performs a specific action

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

`var name = "John";`

`variable name = "John";`

`String name = "John";`

`name := "John";`

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?