Mid JavaScript How can you create an array in JavaScript? const arr1 = [1, 2, 3]; const arr2 = new Array(1, 2, 3);