🔴 Get my full HTML & CSS course with discount at Udemy through this link: https://www.udemy.com/course/html5-an...
Sometimes we need to delete an element from the array, so for this case we can resort to native #JavaScript functions
There are many of them for arrays! 😀
To remove elements, we have 3 widely used ways, they are:
pop;
shift;
splice;