cara menghapus elemen dari array

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