Synchronous, app-modal JavaScript dialogs are commonly (and unfortunately) used to harm users. Because of this, the Chromium team highly recommends that you not use JavaScript dialogs. (more…)
Read more »
Most of the time, a primitive type is represented directly at the lowest level of the language implementation and all basic data types are built-in. (more…)
Read more »
RECENTLY I've been paying attention to the BuckleScript compiler from OCaml to JavaScript (ES5, to be exact). I'm seeing some significant a... (more…)
Read more »
In this article, I will show you the fundamentals of object-oriented programming (OOP) in the JavaScript language. Of course, it is supposed to be just an introduction to this subject, but you will learn how to use objects, create entities, create in... (more…)
Read more »
This project is focused on creating a low-overhead Time-Traveling Debugger in the Chakra JavaScript engine (and Node.js). This debugger supports reverse variations of the step forward operations in a debugger to enable a developer to easily reverse progra... (more…)
Read more »