What value does the javascript interpreter return if it can't find a matching item in the array?
Answers
Answered by
0
Answer:
it will return a error message
Explanation:
suppose,
console.log(array[3])
is not there
it will return
not found error
Similar questions