in reply to Re: Adding hash values together
in thread Adding hash values together
I meant that 20, 024, 0x14, 2e1 and 2E1 will all stringify to '20', and therefore are all equal when used as keys.
However, '20', '024', '0x14', '2e1' and '2E1' are already strings, so they are all considered unequal if used as keys.
|
|---|