- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
3 Cards in this Set
- Front
- Back
|
List 7 special numeric constants in JS
|
Infinity, NaN, Number.MAX_VALUE, Number.MIN_VALUE, Number.NaN, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY
|
|
Infinity
|
Represents infinity, occurs when floating point value becomes larger than the largest representable finite number
|
|
NaN
|
Not a number value, occurs when a mathematical operation, such as division of zero by zero, yields an undefined result or an error
|