Still using plain objects as a hash table in JavaScript? 👀 We all love O(1) , right? That’s why hash tables are one of the most used data structures. But I still see many people using plain objects ...