DEV Community

Discussion on: All about arrays in javascript

Collapse
 
volomike profile image
Mike Ross πŸ‡ΊπŸ‡Έ

Be careful with Javascript arrays. Some wonky stuff can happen sometimes with memory management. dev.to/volomike/comment/f1f8 Know when to use an object, versus an array.