In this video we will learn JavaScript Arrays and Arrays Methods.
● arr.push(...items) – adds items to the end,
● arr.pop() – extracts an item from the end,
● arr.shift() – extracts an item from the beginning,
● arr.unshift(...items) – adds items to the beginning.
My Video on StreetCoder Channel: HTML: • Video
Follow me on
Twitter: / adetoro_dev
LinkedIn: / ezekiel-adetoro