adds code


#stubborndevelopers In this video we will learn that how we can get all the details of any file in Node.js, PATH is the basically core module of node js so we don't have to use NPM to install it, we can use it just after require in our app. //Require PATH module in your app const path= require("path"); //Some common methods of PATH module in Node.js path.dirname() path.basename() path.extname() path.parse() ************ Node.JS Tutorial in English 2021 Playlist ************ https://www.youtube.com/watch?v=gs0X92Yx70s&list=PLllIEssCHLKdNEVWsBQ5zcCxLu8Xpsl0E&index=2 ************ React.JS Tutorial in Hindi 2021 Playlist ************ https://www.youtube.com/watch?v=F2A1qXcskP8&list=PLllIEssCHLKdRqOrDJdPIeW7nrwPPfa46
Previous Post Next Post