Prework Study Guide
✨ Open the Console to See What's Happening ✨
HTML
- The head element contains information about the webpage
- The body element represent the visible content shown to the user.
CSS
- Enter your CSS notes here
Git
- git status: check what branch we are currently on
- git checkout -b branch-name: create a new branch and switches to it
JavaScript
- Enter your JavaScript notes here
- 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.
- Create a function then call a function.