Javascript Debugging Review

Quiz
•
Computers
•
9th Grade
•
Medium
Noah Marestaing
Used 4+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the process of finding errors in code called?
Deworming
Detoxing
De-Erroring
Debugging
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What are some of the data types we've learned about in this class?
String
Console.log()
Boolean
True/False
Array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which US state has the highest number of ufo sightings?
California
Arizona
New Mexico
New York
4.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
When we want to re-use code, we can use a ________.
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the error in this for loop?
for (var a = 10; a < 9; a++) {
console.log("apple");
}
Infinite Loop
We have to use the variable i instead of a.
Loop won't start
We should've used a while loop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In which city are these famous catacombs located?
London
Glendale
Buenos Aires
Paris
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
We have a shopping list
var shopping_list = ["hot pocket", "mountain dew", "redbull"];
Which of the following will access "redbull"?
shopping_list[3]
shopping_list(2)
shopping_list("redbull")
shopping_list[2]
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
GCSE Computer Science - Python Programming Concepts

Quiz
•
9th - 11th Grade
20 questions
Python -Iteration (loops)

Quiz
•
7th - 12th Grade
16 questions
Subroutines

Quiz
•
9th - 11th Grade
20 questions
Code.org CSD Unit 3 Lessons 1-12

Quiz
•
3rd - 12th Grade
20 questions
iGCSE Computer Science: Problem Solving

Quiz
•
9th - 12th Grade
18 questions
AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

Quiz
•
8th - 10th Grade
18 questions
Python basics

Quiz
•
7th - 10th Grade
22 questions
J277 - basic testing and errors

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade