Knowledge check: Arrays, Objects and Functions in Javascript
What data type is the variable item ?
var item = [];
Boolean
Function
Array
What is the value of result for the following code?
var result = "Hello".indexOf('l');
1
2
3
4
What is the length of the clothes array after this code runs?
...
eplus.dev1 min read