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 a return before the else if statement.

Next up:

  • Keep learning Node.js!

Tags:

Categories:

Updated:

Leave a comment