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