Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript remove an item from array

myArray.splice(index, 1); // insert index and then amount to remove 
						  // from that index
 
PREVIOUS NEXT
Tagged: #typescript #remove #item #array
ADD COMMENT
Topic
Name
7+2 =