JavaScript Basics Quiz

JavaScript Basics Quiz

3rd - 4th Grade

20 Qs

quiz-placeholder

Similar activities

General Knowledge Quiz

General Knowledge Quiz

4th Grade

15 Qs

MCFC Discord Quiz Night!

MCFC Discord Quiz Night!

KG - Professional Development

16 Qs

TEST SOP PEMENUHAN INFRASTRUKTUR

TEST SOP PEMENUHAN INFRASTRUKTUR

1st Grade - Professional Development

20 Qs

Gawat Darurat

Gawat Darurat

1st - 12th Grade

15 Qs

WNBA Facts

WNBA Facts

KG - 10th Grade

23 Qs

Splunk-MB

Splunk-MB

1st - 3rd Grade

25 Qs

ALTO VALOR 1

ALTO VALOR 1

1st - 12th Grade

17 Qs

JavaScript Basics Quiz

JavaScript Basics Quiz

Assessment

Quiz

Special Education

3rd - 4th Grade

Medium

Created by

Ngoc Nguyen

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does console.log do?

Runs a function

Outputs text or values to the console screen

Changes a variable

Starts a loop

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which line correctly declares a variable called score with a value of 10?

var score = 10;

var score 10;

let = 10 score;

score var = 10;

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of getNumber("inputBox") in Code.org?

Sets a number in an input box

Retrieves a number from a user’s input box

Creates a new input box

Adds a number to a variable

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Given the function below, what will be the output if you call greet("Alice")?

function greet(name) {

return "Hello, " + name + "!"; }

"Hello, Alice!"

"Hello, name!"

"Hello, !"

"Alice"

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What will this code display?

var x = 5;

console.log(x * 2);

2

5

10

"x * 2"

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does if (score > 10) check for?

If score is less than 10

If score is equal to 10

If score is more than 10

If score is 10

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which line correctly assigns a value to a variable named age?

age = 15;

var age;

let age: 15;

age 15;

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?

Discover more resources for Special Education