Static Typing For some programming languages like C, C++, and Java you need to specify the variable type while declaring it. This form of typing is...
In this article, I am going to tell the difference between =, == and === in javascript. I have chosen a small example to demonstrate the comparison of...