Javascript – Uncaught ReferenceError: a is not defined on line: 10
I am trying to solve this challenge. Question Given are two arrays a and b, both have three elements. Return a new array of length 2 containing both middle (index 1) elements of the arrays). Error Uncaught ReferenceError: a is not defined…