What is NPM
NPM stands for node package manager.
Node.js follows the philosophy of small modules.
Module:- It is a reusable piece of code that handles a single functionality. Here single functionality does not mean some lines of code.
There could be more than on...
vishuraj.hashnode.dev1 min read