How to check or detect whether the CAPS LOCK is turned on or off using JavaScript?
Originally Published Here ๐!
To check or detect whether the caps lock key is turned on or off, we can use the getModifierState() method on the input tag KeyBoardEvent and pass the string CapsLock to get the current state of the CapsLock key in JavaS...
melvingeorge-me.hashnode.dev2 min read