[JavaScript] Länge eines Arrays

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