Saturday 7 April 2018

Express.js and ES6?

When I for instance use the expressjs cli generator, I see for example that the imports are all using the varkeyword instead of e.g. let or const. Can I safely change these to const and write all my other (own) code using ES6?

Submitted April 07, 2018 at 11:30PM by ViceCity6

No comments:

Post a Comment