Prework Study Guide
✨ Open the Console to See What's Happening ✨
HTML
- Enter your HTML notes here
CSS
- A margin indicates how much space we want around the outside of an element.
- A padding indicates how much space we want around the content inside an element.
- A hex # can be assigned to achieve a unique color
Git
- git status: checks what branch we are currently on
- git checkout -b branch-name: creates a new branch and switches to it
JavaScript
- A variable is a named container that allows us to store data in our code.
- Control flow is the order in which a computer executes code in a script.
- In Javascript the first variable in order is assigned 0 and the second is 1 and so on