let a_list = ['수박', '참외', '배']
a_list.push('감')
했는데
a_list [1]은 참외가 나오고 a_list [4]는 안나오는 이유가 뭘까요...감이 사라졌네요..