From a79d6e1d55b0419c1a73d762857cdddc1def5b2b Mon Sep 17 00:00:00 2001 From: Mauryan04 <102226541+Mauryan04@users.noreply.github.com> Date: Wed, 4 May 2022 02:12:52 +0530 Subject: [PATCH] Update myApp.js (#81) I have changed all the var to let. --- myApp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myApp.js b/myApp.js index e870fe0..ac2ac9b 100644 --- a/myApp.js +++ b/myApp.js @@ -1,5 +1,5 @@ -var express = require('express'); -var app = express(); +let express = require('express'); +let app = express();