CodeHS JavaScript

Quiz
•
Computers
•
8th - 12th Grade
•
Medium
Greg Baker
Used 319+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
His name is Fred and he is less than 16 years old
if (name = "fred" && age < 16 )
if (name === "fred" && age < 16 )
if (name = "fred" || age < 16 )
if (name === "fred" || age < 16 )
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Repeat something 10 times
repeat 10
for (var i=0; i<10; i++)
repeat { } until 10;
while (i = 10)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the symbol used for the INCREMENT operator in JS?
+
++
=
==
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Conditions return values of which data type?
Integer
boolean
floating-point
string
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Loops in programming start counting from ?
0
1
Any number
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What symbol represents the or operator in JavaScript?
OR
or
||
|
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is ++ ?
Create a free account and access millions of resources
Similar Resources on Wayground
24 questions
Javascript Basics

Quiz
•
7th Grade - University
20 questions
Cyber Quiz Round 2

Quiz
•
9th - 12th Grade
20 questions
Web tabanlı uygulama geliştirme ilk 2 ünite

Quiz
•
11th Grade
21 questions
CSS Review

Quiz
•
KG - 12th Grade
18 questions
HTML (Basics)

Quiz
•
8th Grade
18 questions
Web Design Advanced HTML CSS

Quiz
•
9th - 12th Grade
25 questions
Web Development Tutorial 1 Quiz Review

Quiz
•
9th Grade
20 questions
JavaScript Basics CodeHS

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade