Easy internationalization in 10 lines of JavaScript (PoC)
Update: from PoC to WiP as set of little libraries and utilities... (more…)
Read more »
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