
JavaScript Basics Quiz

Quiz
•
Special Education
•
3rd - 4th Grade
•
Medium
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
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade