0
I have an array of numbers, and I'm using the .push() method to add elements to it.
Is there a simple way to remove a specific element from an array?
I have to use core JavaScript
851 views
