pop remove the object from array javascipt code example Example: javascript remove last element from array var colors = ["red","blue","green"]; colors.pop();