Number
Data type used for math calculations?
var
What is the Pre-ES6 keyword used to declare variables?
Using the === operator
How to check for equality?
A variable
What is used to store values?
the boolean
what data type has only two possible values?
let
What is the ES6 keyword for declaring a variable
>
How to check if a number is greater than another?
The number zero (0)
What is a numeric value that is falsy?
string of characters
Using the = (equal) operator
How to assign a value to a variable?
!==
How to check if two values are not the same?
Concatenation
How to combine two strings?
Null
Value used to express emptiness?
The const
keyword
What is used to declare a variable whose value cannot change?
The || (OR) operator
What operator only needs one operand to be true for it to return true?
a symbol to combine values into a single value
operator
what datatype is not a primitive datatype?
Infinity
What is largest number in JavaScript?
The && (AND) operator.
What symbol returns true only if both operands are truthy?
A number but not quite
NaN