Javascript Basics Test

Javascript Basics Test

Assessment

Flashcard

Computers

7th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is the correct Javascript format for a comment? Options: // "the text", /"the text"/, */"the text"/*, \\"the text

Back

// "the text"

2.

FLASHCARD QUESTION

Front

The conditional statement, in Javascript, begins with the word _______.

Back

If

3.

FLASHCARD QUESTION

Front

Indicates the beginning  and the end of a JavaScript section.

Back

4.

FLASHCARD QUESTION

Front

A user-defined name for a memory location whose value can change over time.

Back

variable

5.

FLASHCARD QUESTION

Front

In JavaScript, you should include a semi-colon at the end of each statement.

Back

yes

6.

FLASHCARD QUESTION

Front

JavaScript code is embedded in HTML documents between <script> and </script> tags.

Back

True

7.

FLASHCARD QUESTION

Front

What character do we use for multiplication?

Back

*