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