다음 중 자바스크립트로 다음 코드를 실행했을 때 콘솔에 출력되는 값으로 가장 올바른 것은?
1
['apple', 'banana', 'cherry']
2
['banana', 'cherry']
3
['apple', 'banana']
4
['cherry']