Nullish coalescing operator (??)
May 2022 - 3 min read
The nullish coalescing operator (??) is a logical operator that returns the right hand side of operator (second argument) only when....
Promises in JavaScript
July 2022 - 4 min read
Promises are objects in JavaScript which returns a value which can be resolved or a reason for not being resolved.....
How The Web Works-An Introduction
July 2022 - 3 min read
The internet has become the integral part of our life but do you know how it works under the hood 🤔 If not....
Why do websites end in .com
November 2021 - 2 min read
You have noticed that most websites end in .com but why does that happen? It happens because....
How can we connect HTML file to JavaScript file
December 2021 - 2 min read
I like to explain things using examples so lets a simple example in which we have to take a input click a button and get the output....