Codecademy Intro to JavaScript

Codecademy Intro to JavaScript

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

Gmetrix Intro to Programming Using JavaScript Session 1 Test

Gmetrix Intro to Programming Using JavaScript Session 1 Test

9th - 12th Grade

15 Qs

JavaScript Basic Terminology

JavaScript Basic Terminology

9th - 12th Grade

20 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

HTML

HTML

9th Grade

15 Qs

Ch15 - Multimedia Authoring

Ch15 - Multimedia Authoring

12th Grade

21 Qs

Web Design and Development N5

Web Design and Development N5

10th Grade

17 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

Codecademy Intro to JavaScript

Codecademy Intro to JavaScript

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Greg Baker

Used 95+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variable names cannot start with numbers.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is a JavaScript keyword that creates, or declares, a new variable.

script

var

bar

console

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(what symbol) is the assignment operator. It assigns the value to the variable

+

: )

;

=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the "let" keyword signals that the variable cannot be changed

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will you get if you try to declare a "const" variable without a value?

TypeError

SyntaxError

SpellingError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which mathematical assignment is the "increment operator"?

+=

++

--

+-

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "Concatenation" mean?

to add

to subtract

to join together

to swindle a cat out of money

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?