DEV Community

Cover image for Rocking JS data structures!

Rocking JS data structures!

Arek Nawo on April 09, 2019

This post is taken from my blog, so be sure to check it out for more up-to-date content 😉 JavaScript's development has been quite stubborn up to 2...
Collapse
 
andersonjoseph profile image
Anderson. J

I didn't know about typed arrays or array buffers. Thanks for sharing!

Collapse
 
abrhaao2 profile image
Abrhaão Ribeiro

these amazing types are native in Javascript?

Collapse
 
areknawo profile image
Arek Nawo

Yup, just like said. You only need to check for the browser support - I can bet more than 80% of browsers support that. ;)

Collapse
 
areknawo profile image
Arek Nawo

Great thanks!