Array methods you must know as a JavaScript Developer
This article is a follow up of my
object methods article
Arrays are crucial part of javascript. They let us store multiple elements in a single variable. Imagine you have 100 contacts, creating a variable for each one will be very hard. With arrays,...
makingsenseofcode.hashnode.dev8 min read