Reference:
https://www.youtube.com/watch?v=RLtyhwFtXQA
To complete the Node.js video tutorial.
- JavaScript
- Node.js
- Microsoft Visual Studio Code
- Git Bash
- GitHub
- Completed video tutorial of Node.js
- 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)
-
- More practice with syntaxes, methods, and functions related to Node.js