About Node.js
Here are my notes about Node.js that I just started learning from this month (Jan 2021). What is Node.js The grammar is the same as Javascript but unlike JS on the client-side (browser). It used on the Server-side so it can read/write files…etc. Both JS and node.js share common methods such as toUpperCase()…but they also …