Given an array colors:
var colors = ['Red', 'Blue', 'Brown'];
choose the correct way to access the last element - 'Brown'?