Prework Study Guide

Profile image of cat wearing a bow tie.

HTML

CSS

Git

Some GIT commands

Steps usually taken after amends

  1. git pull origin main
  2. git checkout -b feature/choosename
  3. git add -A
  4. git commit -m “updated project choosename file
  5. git pull origin main
  6. git push origin feature/choosename

JavaScript

Use Chrome DevTools to View console.log Output

In the Chrome browser.

  1. With index.html file opened in the browser, right-click anywhere in the browser window and select "Inspect"
  2. Click the Console tab and you should see the web console

Using keyboard commands.

  1. In macOS, press Command+Option+I
  2. Click the Console tab and you should see the web console