let sizes = [

"mini",
"small",
"medium"
];

sizes [4] = "large";
console.log(sizes.length);

1 answer

5
Similar Questions
  1. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes.push() = "large"; console.log(sizes.length);
    1. answers icon 1 answer
  2. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes.push() = "large"; console.log(sizes.length);
    1. answers icon 1 answer
  3. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes[4] = "large"; console.log(sizes.length);
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions