Given this array of movies:
let movies = ['Avatar', 'Inception', 'Parasite', 'The Dark Knight', 'Joker'];
Match the operations performed on the array to the correct output.
Given this array of movies:
let movies = ['Avatar', 'Inception', 'Parasite', 'The Dark Knight', 'Joker'];
Match the operations performed on the array to the correct output.
InceptionAvatarundefinedThe Dark KnightCreate a free account to access the full topic