1.5 Basic Math In JavaScript
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Constant | A variable in a program that has a value that does not change. |
Magic Number | A number in your code that appears arbitrary. These should all be replaced with calculations or constants. |
Parentheses | ( and ) |
Increment | To add to or increase |
Decrement | To subtract from or decrease |