leevcampbell / Day1-prep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For this exercise, there are two ways you can run your code

  1. In your terminal, run: node index.js
  2. Open the HTML in your browser and navigate the console

Extentions to install in VsCode

  • Live Server -- This is to deploy HTML to your local server and view in Browser
  • :emojisense: -- Add emojis to your code
  • Better Comments -- Adds color to your commented code

Shortcuts to keep in mind

  • Comment out a block of code -- Highlight text and type command / (Mac) Ctrl / (Windows)
  • Navigate different windows on Mac -- command tab

About


Languages

Language:JavaScript 79.4%Language:HTML 11.8%Language:CSS 8.8%