Code Explanation Video Link : https://youtu.be/zwuUdpF4Egk Code : const express = require("express"); const app = express(); app.use(sayMyName); app.get("/", isLoggin, (req, res) => { console.log("After middleware"); console.log(req.user); res.send("Welcome to JoBat Virtuschool"); }); function sayMyName(req, res, next) { console.log("In MiddleWare"); next(); } function isLoggin(req, res,...
Microsoft's much awaited windows 10 may 2020 update has rolled out on 27th of may. I hope you all received this feature update. if not read this article to update the windows. The Windows 10 May 2020 Update is one the huge update...