javascript-primitive-numbers Flashcards
1
Q
What is a number in JavaScript?
A
Primitive wrapper object used to represent and manipulate numbers like 37 or -9.25
2
Q
What is an arithmetic operator?
A
mathematical function that takes two operands and performs a calculation on them
3
Q
Name four of the arithmetic operators?
A
addition, subtraction, multiplication, and division.
4
Q
What is the order of execution?
A
PEMDAS