Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Improve Readability with Numeric Separators in JavaScript
JavaScript's Numeric Separators provide an enhanced way to improve the readability of large numeric literals by allowing developers to use underscores as visual separators. This feature makes it easier to understand and maintain code that involves la...

Free Google reCAPTCHA Alternative: Cloudflare Turnstile
If you are operating a website, spam can be a big problem for you. Bots and spammers can exploit your website by sending unwanted messages, registering fake user accounts, or injecting malicious content. Luckily, there are many ways to protect your w...

How to detect dark mode using JavaScript
Nowadays, most operating systems and applications have started implementing dark mode. It's a feature that switches the application theme from light to dark, providing users with better readability, improved visual ergonomics, and reduced eye-strain....

Create a Username from a String in JavaScript
In today's world, almost every website or application requires a username to be unique for every user. A username is an identifier for a user to login or access a website or application. However, generating a unique username from a string can be chal...
JavaScript regex: Allow letters and numbers, but not just numbers
Regular expressions (regex) are powerful tools in JavaScript that allow you to match and manipulate text based on specific patterns. In this blog post, we will explore how to use regex in JavaScript to match strings that contain only alphabets or alp...

