Tynker JavaScript 101

Tynker JavaScript 101

Assessment

Flashcard

Created by

Quizizz Content

Other

8th Grade

Hard

Student preview

quiz-placeholder

21 questions

Show all answers

1.

FLASHCARD QUESTION

Front

An identifier cannot begin with a number. Which of the following is NOT a valid identifier? _identifier, $IDENTIFIER, 1identifier, Identifier1

Back

1identifier

2.

FLASHCARD QUESTION

Front

How would you call a function called “myFunction”?

Back

myFunction();

3.

FLASHCARD QUESTION

Front

Are identifiers in JavaScript case-sensitive?

Back

True

4.

FLASHCARD QUESTION

Front

You are not able to call the same function twice in a row.

Back

False

5.

FLASHCARD QUESTION

Front

Which of the following is a correct multi-line comment? Options: */ hello
World */ , */ hello
World /* , /*hello
World /* , /* hello
World */

Back

/* hello
World */

6.

FLASHCARD QUESTION

Front

Commented lines affect the execution of your program.

Back

False

7.

FLASHCARD QUESTION

Front

An identifier can begin with a number.

Back

False

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?