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

Equality Of Truthy And Falsy Values (javascript)

I've encountered something which seems inconsistent on the part of the interpreter, though I kn… Read more Equality Of Truthy And Falsy Values (javascript)

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