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... (more…)
Read more »
ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript. It comes with a lightning fast compiler toolchain that scales... (more…)
Read more »
I've made my first implementation of Game of Life using JavaScript. A very rewarding task for a junior developer. You are free to test a Desktop browser demonstration or clone and test my node.js implementation available at GitHub. (more…)
Read more »
QuickJS, the Next Generation: a mighty JavaScript engine - quickjs-ng/quickjs... (more…)
Read more »
In this article I go over three things that, in my mind, would make JavaScript better. None are new ideas. This post is an expansion of a tweet I had when I saw someone asking about improvements for JS. (though probably are impossible for various reasons)... (more…)
Read more »