Comments
Basic Debugging
Variables & Statements
x + 2 = 10
let x = "whatever value";
Data Types
Arithmetic
With Javascript we can use:
- Multiplication: *
- Addition: + and ++
- Subtraction: - and --
- Division: /
- Modulus (remainder in division): %
Strings
Strings are a series of letters tied together to form a word
Data Structures
Arrays
Functions
Classes