The array was written without separators, so it holds one value instead of three.
Acceptance criteria
- 1.#out should show 3.
The array was written without separators, so it holds one value instead of three.
const fruits = ["Apple Banana Mango"]; document.querySelector('#out').textContent = fruits.length;
Output ready when you are
Press Run to render your code, or Submit to validate your solution.