Author name: Vijayaragavan N

How to Remove duplicate items from a JavaScript array-Codespeedy

Here,this web page for removing the duplicate elements or items from a JavaScript array. And then following methods commonly used in the JavaScript code. Methods of JavaScript Using Set Using filter and indexOf Using reduce Using forEach 1.Set() method: This method is simple and efficient to remove the duplicate items. 2. filter() and indexOf() method: …

How to Remove duplicate items from a JavaScript array-Codespeedy Read More »

How to Play audio after page load in JavaScript-Codespeedy

Play audio after page load in JavaScript Using the Javascript play the audio file after loding page, following the below steps for complete the code. Steps: HTML 1. Make sure you have an audio file accessible on your server. 2. Using Visual studio Code to execute the code. 3. Using Extendable javscript file. JavaScript 1. …

How to Play audio after page load in JavaScript-Codespeedy Read More »

How to Hide Cursor In JavaScript or CSS very Easily-Coderspocket

Here in this post, I’m going to show easy and effective ways to hide the curser using Javascript as well as CSS This model example helps us understand web designing and project ideas: 1. How do you hide the cursor from the whole website? 2. Hide the cursor for the particular element. 3. CSS used …

How to Hide Cursor In JavaScript or CSS very Easily-Coderspocket Read More »

Scroll to Top