This is about JavaScript, clutter, purity, and thoughts on what should be in the language that comes after, assuming that we all live that long. Read more
Similar
FatFinger is a JavaScript library expanding JS to allow typos and
misspellings. Why bother with clean, well-formatted code when you
can write this and FatFinger will guess at your intentions? (more…)
Read more »
To detect if the caps lock is on, use the getModifierState() method for the KeyboardEvent object: const capslockIsOn = event.getModifierState(modifier); The getModifierState() (...)... (more…)
Read more »
Let’s face it: unused code has no place in your product. It’s similar to the proverbial junk drawer at your home, but instead of a messy… (more…)
Read more »
Avast JavaScript Interactive Shell . Contribute to taviso/avscript development by creating an account on GitHub. (more…)
Read more »
Finding the right javascript charting library can be a headache. This article aims to help you choose the right library for your project. (more…)
Read more »