JavaScript Variables

JavaScript Variables

Assessment

Flashcard

Computers

10th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which is of the following not correct rule for writting variables names: These need to be in the lowercase or camel case, These could be mix of letters, Numbers, _ or $, you cannot start with a number?

Back

spaces are allowed while naming these.

2.

FLASHCARD QUESTION

Front

Variable is not case sensitive

Back

False

3.

FLASHCARD QUESTION

Front

One of the following statements is correct: let myVariable = "Hello"; let myVariable = /Hello/; let myVariable = "Hello'"; let myVariable = Hello

Back

let myVariable = "Hello"

4.

FLASHCARD QUESTION

Front

which the camel case variable name is correct: let my _code_date = "c", let myCodeDate = "c", let MycodeDate = "c", let MyCodeDate = "c"

Back

let myCodeDate = "c"

5.

FLASHCARD QUESTION

Front

Which of the following operator is used for the Assignment Operator? ==, !, =, +

Back

=

6.

FLASHCARD QUESTION

Front

4 types of variables are: Boolean, String, int, double

Back

Boolean, String, int, double

7.

FLASHCARD QUESTION

Front

Variables are useful because they allow us because:

Back

store data and change the results of a program.

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers