Array MethodWhat will the value of citrus be in the below code? var fruits = ['Banana', 'Orange', 'Lemon', 'Apple', 'Mango']; var citrus = fruits.slice(1, 3); Select one:["Banana", "Lemon"]["Lemon", "Apple"]["Orange", "Lemon"]Submit