const words = [
'red',
'car',
'bed',
'hat',
'cat',
'mat',
'pet',
'bin',
'run',
'bun'
];
console.log( words[2] );