JavaScript Strict Mode

Strict Mode is an ES5 feature, and it’s a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It’s really important to know the main differences between JavaScrip… Read more

Similar

Secure Sessions in JavaScript

If you ever made a webapp in JS, chances are you used Express as a web framework, Passport for user authentication and express-session to maintain users logged in. This article focuses on sessions and how we forked express-session to make it more secure. (more…)

Read more »