
JavaScript Operators Flashcard

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

31 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is not a valid value for a boolean? True, False, Yes, The above are all valid
Back
Yes
2.
FLASHCARD QUESTION
Front
What symbol represents the or operator in JavaScript?
Back
||
3.
FLASHCARD QUESTION
Front
What symbol represents the and operator in JavaScript?
Back
&&
4.
FLASHCARD QUESTION
Front
After the following code runs, what is the value of isWeekend?
var isSaturday = true;
var isSunday = false;
var isWeekend = isSaturday || isSunday;
Back
true
5.
FLASHCARD QUESTION
Front
What is the proper operator for "not equals" in JavaScript?
Back
!=
6.
FLASHCARD QUESTION
Front
What is the proper way to compare if two values are equal in a boolean expression in JavaScript? Options: =, ==, EQUALS, is
Back
==
7.
FLASHCARD QUESTION
Front
How can we check if a variable num is even? Options: num.isEven() will be true, (num % 2 == 0) will be true, (num % 2 == 0) will be false, (num / 2 == 0) will be true
Back
(num % 2 == 0) will be true
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
CodeHS Python Unit 2 Flashcard Review

Flashcard
•
12th Grade
26 questions
Python программалау тілі бойынша тест тапсырмалары

Flashcard
•
University
23 questions
CSP Unit 6 Review

Flashcard
•
12th Grade
17 questions
Tracing Loops in Java

Flashcard
•
12th Grade
21 questions
Programming Basics

Flashcard
•
9th - 12th Grade
24 questions
Programming Concepts Flashcard

Flashcard
•
10th Grade
25 questions
coding relay MCQ

Flashcard
•
KG - University
22 questions
Final Review Part 4

Flashcard
•
11th 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