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