Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 876 Bytes

dev-environments.md

File metadata and controls

22 lines (14 loc) · 876 Bytes

Developer Environments

Vocabulary

  • repository: The central location where your files are stored. You can think of it as a folder.
  • source code editor: A text editor program designed specifically for editing source code of computer programs. (Think MS Word for code)

Lecture Slides + Directions

Slides are here

Basic Requirements

  1. Download this zip file
  2. Extract the files to your desktop
  3. Open the repository in Visual Studio Code
  4. Edit a JavaScript file, save it, and refresh the html page in the browser to see the change
  5. Create a second console.log and have it show up in the browser

Review

  1. What does console.log do?