In this article, we will discuss how you can hide or show any UI if the value of a variable is true in React JS.…
In this article, you will learn, how to remove an array element in a for loop using Javascript. We will be looping in reverse. Video…
A Job Portal website is created in PHP and MySQL using MVC architecture. MVC stands for Model-View-Controller and this architectural design is used by many…
In this tutorial, we will teach you, how you can convert UTC time to your local timezone in Node JS. Following code will first get…
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…