2021-12-09 TIL
Updated:
I started touching on Node.js! 🍏 I learned:
- The basics of Node.js: what it does and how you use it
- Node.js modules: Some methods of
- The ES module
- The HTTP module
- The URL module
- The FS module
- Also fixed the
Uncaught TypeError
of the calculator project by adding areturn
before theelse if
statement.
Next up:
- Keep learning Node.js!
Leave a comment