There are some things in JavaScript that seem tedious to write. When I first started learning the language a few years back, I found a few common functions like shuffle and range that are included in the Ruby and Python API, but are just n...
Read more »
CSS isn’t going anywhere. A lot of the projects choose to style documents in JavaScript for wrong reasons. This article lists common misconceptions (myths) and the existing CSS solutions to those… (more…)
Read more »
Learn how JavaScript handles code execution through execution contexts and environment records, including features like hoisting, the scope chain, and closur... (more…)
Read more »
arrayCompress - Extremely efficient compression of arrays (of primitives) to strings, particularly sparse arrays, useful if you need to store as string in a DB... (more…)
Read more »