delete elelmtn from array code example Example: how to delete an element from an array var array = [123, "yee", true]; array.pop(index);