It wasn't possible before : only low-level langages as C, C++ or Rust could be compiled into WebAssembly or ASM.JS. NectarJS can now compile a program written in JavaScript into WebAssembly or ASM.JS... (more…)
Read more »
TD;DR, Lazy Evaluation in Javascript object properties can be easily performed with Object.defineProperty().
Read more »
How to build responsive website navigation with popover menus without using JavaScript. Instructions and helpful code snippets inside! (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »