To replace all the occurrences in a string in Javascript, we will use the following method. For example, you have the following string variable. And…
Suppose you are given a date of birth of any user and you have to get his age from it. You can do it in…
In this article, we are going to teach you, how you can record and save audio from web using Javascript. For saving audio files, we…
In this article, I am going to teach you, how you can use AJAX in sweetalert 2. As per sweetalert 2 documentation, you can use…
Hello. In this post, we will show you, how you can split a camel case word and capitalize it using regex (regular expression) in Javascript.…
In this article, you will learn how to convert UTC datetime to user’s local timezone using Javascript. Your database is centralized, but your user’s are…
End-to-end encrypted chats are more secured than the ones where encryption is done on the server side. Because the messages get encrypted even before sending…
In this tutorial, we will teach you, how you can add emoji between text using jQuery. Emoji picker is a library that allows you to…
In this article, we are going to show you a technique that helps you call a function when the user stops writing in an input…
Google Chrome by default autocomplete the input field. The HTML autocomplete attribute no longer works on chrome. We present to you 2 methods you can…