Interesting internals of array in javascript
https://www.youtube.com/watch?v=ZRS485LxX0s
Arrays are a fundamental data structure in JavaScript. Behind the scenes, V8 - Google's JavaScript engine - optimizes arrays in two main ways:
Contiguous arrays
Holey arrays
Contiguous Arrays
For arra...
gyandeeparyan.hashnode.dev2 min read
Robin Khilery
JavaScript Full-stack Developer
This was something I was unaware about . Thanks for sharing