javascript-primitive-numbers Flashcards
1
Q
What is a number in JavaScript?
A
integer, a whole number and a number with a decimal
2
Q
What is an arithmetic operator?
A
a tool to create a single value from one or more values.
3
Q
Name four of the arithmetic operators?
A
/
*
-
+
4
Q
What is the order of execution?
A
the order that numbers are calculated