- www.mycodingclasses.com
Means a variable exists but has no assigned value.
- www.mycodingclasses.com
typeof x tells you if x is a string, number, etc.
- www.mycodingclasses.com
Operators add, compare, or combine data.
- www.mycodingclasses.com
Lets you test several conditions in order.
- www.mycodingclasses.com
Variables inside functions exist only there.
- www.mycodingclasses.com
Cleaner than else-if for checking many values.
- www.mycodingclasses.com
Use function greet() {} to create reusable code.
- www.mycodingclasses.com
Runs when no other case matches.
