-3
Good evening, I’m a beginner in Javascript and I’m studying arrays. I have a question, how do I access an item that is in the array within another array?
ex:var numeros = [[01,02,03,04,05],[03,04,05]];
And how I would loop to check if the items of the two arrays are equal?
Thanks in advance.