Skip to content Skip to sidebar Skip to footer
Showing posts with the label Equality

Are Two Functions Equal?

[Edit] The general question seems incredibly hard to solve. Here is a significantly restricted vers… Read more Are Two Functions Equal?

Triple Equals Gives Wrong Output When Strings Are Compared, But In Case Of Integer It Gives Correct Output

I have an array of string like var a = ['a','a','a']; When I do comparison… Read more Triple Equals Gives Wrong Output When Strings Are Compared, But In Case Of Integer It Gives Correct Output