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