#stubborndevelopers
In this video we will learn that how we can get all the details of operating system in Node.js, OS is the basically core module of node js so we don't have to use NPM with it or we don't have to install it we can use it just after require in our app.
//Require OS module in your app
const os = require("os");
*********** Node.JS Tutorial in English 2021 Playlist ***********
• how to install node js
*********** React.JS Tutorial in Hindi 2021 Playlist ***********
• react js introduction in hindi