Tuesday, 18 February 2020

I have a question about declaring variables ?

var express, app; (function(){ "use strict" express = require('express'); app = express(); })(); If i use variables that way, is it be a good way ?

Submitted February 18, 2020 at 07:04PM by Varenberg

No comments:

Post a Comment