This is my JS code:
var arr = ["the", "quick", "brown", "fox"];
console.log(arr.length);
I want an output like this:
[3, 5, 5, 3]
This is my JS code:
var arr = ["the", "quick", "brown", "fox"];
console.log(arr.length);
I want an output like this:
[3, 5, 5, 3]