In this article, we’ll look at some antipatterns that we should avoid when we’re defining and using arrays, JSON, and regex.
Before ES6, to make a dictionary or a map, we often used objects to store the keys and values. This has some problems that can…
Since JavaScript is a dynamically typed programming language, data types of objects and variables can change on the fly. This a problem that we’ll face…
In this article, you will learn how to create a form and get data from it when the form is submitted with JavaScript.
In this article, we will explore the basics of functions in JavaScript and how you can use them effectively in your code.
Fetch in JavaScript is awesome.
Today, you are going to learn how promises work and how you can apply them in your code.
In this blog post, we will discuss how to use regular expressions in JavaScript to validate email addresses according to the rules specified in the…
Generat QR Code in HTML site using JavaScript, qrcodegenerator
In this video, we’ll walk you through the steps needed to create a custom cursor for your website or application.