Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 843 Bytes

File metadata and controls

11 lines (9 loc) · 843 Bytes

This is a small node tutorial for Melissa.

Instructions

  1. The simplest thing for you to do now is to just paste test.ts in a folder in VSC. We'll go through git once we've set it up on your computer.
  2. Open a terminal and write: dir and see that you're in the correct folder (that test.ts is in there), else.. try to google how to use cd to get into the right folder!
  3. Make sure to use the same laptop, or else you'll have to reinstall node!
  4. Read through the code again and see if you can predict what the terminal will log and what will happen to the folder and files if you start moving them about!
  5. Write your prediction down in simple terms.
  6. Run node test.ts in the terminal to see if your predictions are correct.
  7. If any of your predictions are wrong, try to troubleshoot where your prediction went wrong!