where i should use == (double equal to) operator and === (triple equal to) operator ?
what is the difference between == (double equal to) operator and === (triple equal to) ?
i know (single equal to) = used as assignment operator . it assigns values , suppose
still it give of mycode's value if it equal to 10
so it seems both == (double equal to) operator and === (triple equal to) operator had same behavior . so why one made extra operator === (triple equal to) operator, it had to some reason and math behind the === (triple equal to) operator , so please tell me what is the difference between == (double equal to) operator and === (triple equal to) ?
Read more