Modern JavaScript Frameworks like Angular, React and Vue.js makes it very easy to build complex single page web applications. However, using a those frameworks is not mandatory and you can also go with plain and pure JavaScript. This tutorial guides yo…
Similar
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 »
I am a self-taught software developer, with a passion to learn – from computer science to social interactions... (more…)
Read more »
It might be the very first thing a lot of people learn in JavaScript: alert("Hello, World"); One day at CodePen, we woke up to a ton of customer support... (more…)
Read more »
Javascript has a stranglehold on all Front End Development. If you write code for the browser, then it’s most likely written directly in… (more…)
Read more »