Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 268 Bytes

File metadata and controls

5 lines (4 loc) · 268 Bytes

Javascript LinkedHashMap

A utility that takes advantage on Javascript Object's power as a hashmap, and provide you insertion order. Useful if you need to randomly access a value with a key, but need to know who are your immediate neighbours, ie. a carousel.