JavaScript

JavaScript

Arrow functions in JavaScript

Arrow functions were initiated with ES6 as a new syntax for writing JavaScript functions. They save developers time and simplify

Read More
JavaScript

How to convert input text to uppercase while typing using Javascript

Sometimes we need to force the input of text in uppercase in a text field so that the user can

Read More
JavaScript

How to detect browser or tab closing in JavaScript

In this tutorial, we are going to see how to detect browser or tab closing in JavaScript. We can detect

Read More