%2520and%2520Triple%2520Equals%2520(%253D%253D%253D).png?type=webp)
JavaScript Basics: Double Equals (==) and Triple Equals (===)
22 December, 2021
2
2
0
Contributors
Unlike any other programming language, JavaScript has two types of equality operators - both giving a different output to different comparisons.
This blog tries to explain the difference and use cases for both of the operators.