1B Tynker JavaScript

1B Tynker JavaScript

8th - 10th Grade

23 Qs

quiz-placeholder

Similar activities

Italian

Italian

3rd - 12th Grade

20 Qs

Greetings and goodbyes

Greetings and goodbyes

9th - 12th Grade

21 Qs

Covid ACT Prep #1

Covid ACT Prep #1

9th - 12th Grade

19 Qs

Spanish Quiz

Spanish Quiz

3rd - 12th Grade

20 Qs

ASK - 4.2 HTML

ASK - 4.2 HTML

7th - 10th Grade

19 Qs

Secondary Math Pretest

Secondary Math Pretest

6th - 12th Grade

20 Qs

7th grade CS exam

7th grade CS exam

6th - 8th Grade

20 Qs

Computer Science Midterm 12/14

Computer Science Midterm 12/14

6th - 8th Grade

20 Qs

1B Tynker JavaScript

1B Tynker JavaScript

Assessment

Quiz

Other

8th - 10th Grade

Medium

Created by

Ingrid Cruz

Used 16+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An identifier cannot begin with a number. Which of the following is NOT a valid identifier?

_identifier

$IDENTIFIER

1identifier

Identifier1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you call a function called “myFunction”?

myfunction();

myFunction();

Call myFunction();

call function myFunction();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identifiers in JavaScript are case-sensitive.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct multi-line comment?

*/ hello

World */

*/ hello

World /*

/*hello

World /*

/* hello

World */

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In JavaScript, an identifier may begin with an underscore, a letter, or a dollar sign. Which of the following is a valid identifier? Select all that apply.

IDENT20

_ident

$ident1

20IDENT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Commented lines affect the execution of your program.

True

False

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?