Async vs Defer - Network Optimisation for Web Apps
Loading JS Asynchronously

Search for a command to run...
Loading JS Asynchronously

Most of us would be well familiar with the logical operators such as OR (||) and AND(&&) that are frequently used in Javascript, especially in React. But recently, another operator, called "null coalescing" has been introduced. In this article, we...

In this article, we will discuss about tools that are definitely going to help you with your day to day coding journey (especially if you're a beginner and are just starting out with web development). Let's begin! Github This is a powerful tool to ke...

And the difference between them

If you are new to Javascript, you might have come across the term Hoisting being talked about a lot. But what exactly is hoisting? Let's find out with the help of some examples. Consider the following scenarios: console.log(a) console.log(b) var b =...
