JS Basics Quiz

JS Basics Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

6th - 8th Grade

15 Qs

Loops in JavaScript

Loops in JavaScript

6th - 8th Grade

10 Qs

[CodeCombat] Min Max JavaScript

[CodeCombat] Min Max JavaScript

1st Grade - University

15 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

JavaScript Basics

JavaScript Basics

6th - 8th Grade

10 Qs

BSD-QuizMaker-JavaScript Quiz

BSD-QuizMaker-JavaScript Quiz

6th - 8th Grade

17 Qs

Javascript

Javascript

6th - 10th Grade

10 Qs

JavaScript basics

JavaScript basics

8th Grade - University

15 Qs

JS Basics Quiz

JS Basics Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Michael Garcia

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the data type for the phoneNumber variable?

Quel est le type de données pour la variable de numéro de téléphone?

String

Number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the data type for the ageInput variable?

Quel est le type de données de la variable ageInput?

String

Number

3.

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in JavaScript?

_myVar

2ndVar

$myVar

myVar123

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in JavaScript?

var myVariable;

variable myVariable;

v myVariable;

declare myVariable;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is NOT supported in JavaScript?

String

Number

Character

Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet? ```javascript var x = 10; var y = "20"; var z = x + y; ```

30

"1020"

"30"

1020

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?