DEV Community

Intro to Hash Tables (JS Objects Under the Hood)

loganwohlers on May 13, 2019

In the world of data structures and algorithms Hash Tables are extremely prevalent. As someone who primarily is working in JavaScript- I haven't r...
Collapse
 
isalevine profile image
Isa Levine

yeeeeah buddy, great overview!

Collapse
 
markelliott5 profile image
Mark Elliott • Edited

You said 77%10 = 7 so arr[7] should return T but you have an F at arr[7].

"Arr:[ T, T, F, T, T, F, F, F, T, F, F ]"

Also the numbers aren't hovering over their respective index properly

Good article though

Collapse
 
js2me profile image
Sergey S. Volkov

Big thanks for this article!

That's what I was looked for.