Update myApp.js (#81)

I have changed all the var to let.
This commit is contained in:
Mauryan04 2022-05-04 02:12:52 +05:30 committed by GitHub
parent 4ffa43f7f6
commit a79d6e1d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
var express = require('express');
var app = express();
let express = require('express');
let app = express();