1B Tynker JavaScript

1B Tynker JavaScript

8th - 10th Grade

23 Qs

quiz-placeholder

Similar activities

Mini Try Out SPMB PKN STAN 2020 by:@masuk.stan

Mini Try Out SPMB PKN STAN 2020 by:@masuk.stan

7th Grade - Professional Development

20 Qs

能源科技與環境-解決環境問題的方法

能源科技與環境-解決環境問題的方法

9th - 12th Grade

18 Qs

Graphical Characteristics Quiz

Graphical Characteristics Quiz

9th Grade

22 Qs

Spreadsheet Terminology Review

Spreadsheet Terminology Review

9th - 12th Grade

18 Qs

Web Design Unit Review Game

Web Design Unit Review Game

9th - 12th Grade

20 Qs

Webpage Development Test

Webpage Development Test

9th - 12th Grade

20 Qs

HTML/CSS

HTML/CSS

9th Grade - Professional Development

20 Qs

Digital Survival Guide Quiz

Digital Survival Guide Quiz

7th - 10th Grade

18 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?