Skip to content

Tag Archives: JavaScript-Misc

Many websites on the internet are available in multiple themes. One can obtain any feature by making multiple stylesheets into the HTML code and enabling… Read More
Lite-server is a lightweight development server that serves a web application, opens it in the browser, and refreshes the page when HTML or JavaScript changes… Read More
In this article, we are going to discuss two methods to preview an image that is taken as input through a form. We are going… Read More
The fetch() method is used to send the requests to the server without refreshing the page. It is an alternative to the XMLHttpRequest object. We… Read More
The task here is to show how the XMLHttpRequest can be used to DELETE data to an API by making a custom HTTP library. A… Read More
The fetch() method is used to send the requests to the server without refreshing the page. It is an alternative to the XMLHttpRequest object. It… Read More
The task is to show how the XMLHttpRequest can be used to PUT/Update data to an API by making custom HTTP library. We will be… Read More
The task is to show how the XMLHttpRequest can be used to POST data to an API by making custom HTTP library. We will be… Read More
If you want to identify computers visiting your website, you will have to store the cookies of your website on the visiting computers. Cookies: In… Read More
In this example, we will explain the Chosen and Select2 plug-in of JavaScript and highlights the key differences between both. Before we dwell on the… Read More
There are some methods in JavaScript that can loop through the array. We already have a knowledge about these array methods. Filter method ( filter())… Read More
There are many ways of merging arrays in JavaScript. We will discuss two problem statements that are commonly encountered in merging arrays: Merge without removing… Read More
This article shows the method to sign in on any website using automation with the help of Selenium Web Driver and JavaScript. The concept of… Read More
JavaScript is a single-threaded programming language and asynchronous programming is a foundational concept around which the language is built. There are three methods to deal… Read More
Overriding is basically when you define multiple functions or variables that have the same name, the last one defined will override all the previously defined… Read More

Start Your Coding Journey Now!