What is the output of the following code?
let myArray = ["hello", "new", "world"]; console.log( myArray.length ); // 3
Click to view the answer
3