Image Alt

July 2019

  /    /  July

Arrays are reference types and are very important in programming languages. They are an ordered list of values,allow you to store multiple values in a single variable,can be mutated and iterated through and;can be used in some really complex algorithms. In this article, I am going to go through a couple of really essential array methods in JavaScript. pop() This array method is