When I take of studying programming I spend a lot of time reading or watching content from various ways to make sure, I have relevant… (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 »
Imagine this: there you are, minding your own business, coding your time away. And then someone walks in and asks you to build an input… (more…)
Read more »
Previous message: [tor-talk] Another issue "never remember history" at Tor browser setting didn't last for actualisation...
Read more »
We continue our deep dive into JavaScript errors. This time, we look at how to handle them in your code today. (more…)
Read more »