[JavaScript] Index eines Arrayelementes

let arr_col = new Array('rot', 'grün', 'blau');
console.log(arr_col.indexOf('grün'));