javascript-primitive-numbers Flashcards

1
Q

What is a number in JavaScript?

A

integer, a whole number and a number with a decimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an arithmetic operator?

A

a tool to create a single value from one or more values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name four of the arithmetic operators?

A

/
*
-
+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the order of execution?

A

the order that numbers are calculated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly