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 »
Millions of developers use a programming language today that was created in just 10 days during the hustle and bustle of the dotcom boom. JavaScript creator Brendan Eich revisited the roots of his language in some newly-released online videos, and explain... (more…)
Read more »
ECMA Script 2015 (ES2015) offers many helpful new features and cleaner syntax for existing features, as well as improved syntax for using prototype inheritance. (more…)
Read more »
JavaScript in-page GUI agent. Control web interfaces with natural language. - alibaba/page-agent... (more…)
Read more »
JavaScript is Single-Threaded? YES. But I can do things Asynchronously in it? YES. This is a talk I've given a few times on the Synchronous and Asynchronous behavior of JavaScript. (more…)
Read more »