For now,I currently use the plain object as a substitute for hash table for key-value. My question is that does javascript handle collision under the hood?
There seemed to be conflicting information in popular post about this topic such as JavaScript Hashmap Equivalent