How to detect AdBlocker using JavaScript ?

Ad blocking or ad filtering is a software capability for removing or altering online advertising in a web browser or an application. An ad blocker is a program that will remove different... Read more »

Speech to Text Conversion using JavaScript

In this article, we will be implementing a basic web application for speech to text conversion using JavaScript. Speech Recognition Speech recognition is a feature that gives us the ability to perform... Read more »

Use Multiple Google Maps in same webpage

In this article, we will be learning to use multiple Google Maps in a single webpage. We will be taking the help of Google Maps JavaScript API in order to load multiple... Read more »

Show Sticky Footer when User Scroll Down using CSS and JavaScript

In this post, we are going to design a sticky footer section which can be used as an Advertisement Slot. The sticky footer will be visible only when user scrolls down. Once... Read more »

Play Musical Notes with JavaScript

In music, a note is a symbol denoting a musical sound. In English usage a note is also the sound itself. Notes can represent the pitch and duration of a sound in... Read more »

Generate Random String using JavaScript

In this post, we will be writing a simple JavaScript function that will generate random string of desired length. We can generate a random string with fixed set of characters using simple... Read more »

Find and Replace Text using JavaScript

In this post, we will be writing a simple JavaScript function to find and replace certain text in a HTML element.   Source Code : <div id="haystack"> By 55,000 years ago, the... Read more »

Animated Typing with TypeIt.js Jquery Plugin

TypeIt is the most versatile JavaScript typewriter effect utility on the planet. With a straightforward configuration, it allows you to type single or multiple strings that break lines, delete & replace each... Read more »

Top JavaScript Interview Questions and Answers

    Question : What is JavaScript ? Answer : JavaScript is a client-side scripting language. JavaScript is used to develop interactive web pages as it inserts dynamic text into HTML element.... Read more »

Generate random integer between two numbers using JavaScript

Random number generation is the generation of a sequence of numbers or symbols that cannot be reasonably predicted better than by a random chance, usually through a random-number generator (RNG). Computer random number... Read more »