> This program has a subtle bug. Open issue if you found it and I'll give you credit. Since object keys are strings, anything that's not a string will be stringified, which will make the following true: ``` 1 === '1' {} === {} [] === [] //... ```
Since object keys are strings, anything that's not a string will be stringified, which will make the following true: