array-11

let arr = [1, 2, "test", "bob", false, 33];

let len = arr.length;
console.log(len);
//Output: 6