
CodeHS JavaScript Review

Flashcard
•
Computers
•
9th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

53 questions
Show all answers
1.
FLASHCARD QUESTION
Front
His name is Fred and he is less than 16 years old. Options: if (name = "fred" && age < 16 ), if (name === "fred" && age < 16 ), if (name = "fred" || age < 16 ), if (name === "fred" || age < 16 )
Back
if (name === "fred" && age < 16 )
2.
FLASHCARD QUESTION
Front
Repeat something 10 times: repeat 10 , for (var i=0; i<10; i++), repeat { } until 10;, while (i = 10)
Back
for (var i=0; i<10; i++)
3.
FLASHCARD QUESTION
Front
What is the symbol used for the INCREMENT operator in JS?
Back
++
4.
FLASHCARD QUESTION
Front
Conditions return values of which data type?
Back
boolean
5.
FLASHCARD QUESTION
Front
Loops in programming start counting from ?
Back
0
6.
FLASHCARD QUESTION
Front
What symbol represents the or operator in JavaScript?
Back
||
7.
FLASHCARD QUESTION
Front
Arithmetic Operators
What is ++ ?
Back
increment
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
Cap_31SQL_32_CrossScript

Flashcard
•
9th - 12th Grade
44 questions
Java Data Types and Their Uses

Flashcard
•
9th - 12th Grade
48 questions
Python Semester Independant Review 2

Flashcard
•
9th - 12th Grade
41 questions
Unit 5: Control Structures Review

Flashcard
•
9th Grade
43 questions
HTML Basics Practice

Flashcard
•
8th Grade
44 questions
Basic Java Concepts

Flashcard
•
11th Grade
47 questions
Basic Java with CodeHS

Flashcard
•
9th - 12th Grade
44 questions
Computer Science Units 1-3 Final Exam Review Part 2

Flashcard
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade