Computer Science, asked by pothnagari7827, 1 year ago

What value does the javascript interpreter return if it can't find a matching item in the array?

Answers

Answered by pubg8285
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