Skip to content

Tag Archives: JavaScript-Questions

JavaScript by default lacks namespaces however, we can use objects to create namespaces. A nested namespace is a namespace inside another namespace. In JavaScript, we… Read More
We have an array of objects and in every object, there is a key named id, whose value is a number. There are many approaches… Read More
In this article, we are going to create a share button that shows the social media accounts to share specific content over it when we… Read More
Flappy Bird is an endless game that involves a bird that the player can control. The player has to save the bird from colliding with… Read More
What is handsontable.js ? Handsontable.js is a JavaScript data-grid component that can be used to build excel like web apps. Its basically a JavaScript library.… Read More
In this article, we will see how to create a Snake Like Effect by using CSS and JavaScript. CDN Link: Include the following GSAP library… Read More
We can set up a cookie that never expires in JavaScript using the following approach: Prerequisites : Intermediate level knowledge of JavaScript Basic HTML   Disclaimer:… Read More
In this article, we will learn how to programmatically fire click events on the input file element. Approach: Whenever you want to perform a click… Read More
This is a special kind of operator in JavaScript. To understand the double tilde operator, first, we need to discuss the tilde operator or Bitwise… Read More
The Body Mass Index (BMI) Calculator can be used to calculate BMI values based on height and weight. BMI is a fairly reliable indicator of… Read More
Introduction: Rock, paper, and scissors game is a simple fun game in which both the players have to make a rock, paper, or scissors. It… Read More
There is a slight difference between the windows onload and the body onload, but before approaching the differences between them first we required the knowledge… Read More
A Quine is a program that does not take any input but outputs a copy of its own code. Unlike other languages writing a Quine… Read More
GUI(Graphical User Interface) helps in better in understanding than programs. In this article, we will visualize Bubble Sort using JavaScript. We will see how the… Read More
What are web stacks? Firstly let us understand what is a stack, if you are familiar with web development or full-stack development you might have… Read More

Start Your Coding Journey Now!