How would you reference the text 'avenue' in the code shown?
let roadTypes = ['street', 'road', 'avenue', 'circle'];
roadTypes[2]
roadTypes[3]
roadTypes.3
roadTypes.2