#array-methods
Read more stories on Hashnode
Articles with this tag
Let's understand one by one push() method push() method adds the new element to the end of an existing array. let arr = [ "Sumit", "Aditiya",...