how to omit last item from array code example Example: javascript remove last element from array var colors = ["red","blue","green"]; colors.pop();