const vs let when calling require
As io.js now supports ES6 you are finally able to use the const
and let
keywords. Obviously, let
is the successor of var
, just with some super-powers.
As io.js now supports ES6 you are finally able to use the const
and let
keywords. Obviously, let
is the successor of var
, just with some super-powers.