Javascript Flash Cards
Click on the card to reveal the answer.
True or False:
When declaring variables, we use let, const, and var interchangably
True or False:
When using ++, the variable will increment by 1.
True or False:
A Function Expression is a unit of code that produces a value.