So löschen Sie ein Element aus einem Array

var array = [123, "yee", true];
array.pop(index);
Spotless Shrike