Check the usage for splice
in a JavaScript reference. You need to pass in the index of the thing to delete, then how many things to delete.
6
solved JavaScript – Arrays – Deleting elements from an array
Check the usage for splice
in a JavaScript reference. You need to pass in the index of the thing to delete, then how many things to delete.
6
solved JavaScript – Arrays – Deleting elements from an array