I am a newbie for the javascript and I am following a Web Developer course. I am here to ask a help from you about arrays. Maybe it is a very similar question. But I bit confused about to access to a array which is in another array.
var array2 = ["Banana", ["Apples", ["Oranges"], "Blueberries"]];
I need to access to the Oranges in above array. If anyone can help it is really appreciated.