Doctype html5 code

broken image

How many elements are in the array my_array at the end of the code execution? const fruits = ['Banana', 'orange', 'Apple' ) fruits.push('Mango') fruits.unshift('Guava') fruits.pop() My Web A. my_array.length my_array.length() length (my_array) length.my_array() None of the above

broken image

Which of the following is the correct syntax for the length of an array called my_array in JavaScript? A. Which of the following is a valid HTML5 Doctype declaration? A.

broken image