2. Path module , File system and http module - Node.js
Path Module
The path module is used to work with file and directory paths. It provides utilities for handling and transforming file paths in a way that works across operating systems (Windows \ vs Linux /).
const path = require('path')
console.lo...
ayynode.hashnode.dev3 min read