Use of Case Equality operator (===)
Case Equality (===)
Also known as triple equals.
Mainly in ruby, every time we go through this tripe equals, we think of comparing the value but as a result, we don't get the expected result.
So the main purpose of this operator is, it does not test ...
subashkhatri.hashnode.dev2 min read