/freeCodeCamp-Learn-Node.js

Completed video tutorial of Node.js. | Skills: Node.js.

Primary LanguageJavaScript

freeCodeCamp - Learn Node.js

Reference:
https://www.youtube.com/watch?v=RLtyhwFtXQA

Purpose:

To complete the Node.js video tutorial.

Technologies:

  • JavaScript

Tools

  • Node.js
  • Microsoft Visual Studio Code
  • Git Bash
  • GitHub

Outcome

  • Completed video tutorial of Node.js

Summary

What I learned

  • Practice with writing basic functions in Node.js
  • Microsoft Visual Studio Code, practice switching between terminals:
    • Node.js 'cmd' (to test functions)

      • cls to clear screen
      • node 'name of file' to run it
    • Git 'bash' (to push files onto GitHub)

      • clear to clear screen
      • git add -A
      • git commit -m 'message'
      • git push origin main

      (if updates were rejected because the remote contains work)

      • git remote add origin [github url]
      • git pull origin main (if conflict, pull changes from github)

What could be improved

  • More practice with syntaxes, methods, and functions related to Node.js