How to access the last element in array

Question | May 11, 2017 | nextptr 

Given an array colors:

var colors = ['Red', 'Blue', 'Brown'];

choose the correct way to access the last element - 'Brown'?