Array
Snippets
⛓ Revisiting Arrays in JavaScript
JavaScriptIn this post, I'll talk a bit about different ways to create an array in JavaScript and ways to empty an array.
👋🏽 Meet the new Array.at() method
JavaScriptArrays are one of the widely used data structures in JavaScript. You can have objects in an Array. You can have functions in an Array. You can have arrays in an Array. It's bonkers.
👨🏽💻 How to merge Arrays in JavaScript
JavaScriptIn this post, we look at various ways to merge arrays in JavaScript