How to define JavaScript?
September, 2021🕑 : 7 min read
On the internet, we come across many definitions of JavaScript. But today we are going to define JavaScript differently.
On the internet, we come across many definitions of JavaScript. But today we are going to define JavaScript differently.
Many times people coming from a different programming language background get confused between == and === operators that we use in JavaScript. This also happens with != and !== operators also. So by the end of this post, you will be able to explain the difference between these operators. So let's get started.
Before we see why the DOM manipulation is not a javascript. Let's first understand DOM and DOM manipulation.