We can just create an array: myFruits = ['banana','apple','orange'] With an array, you can: Store a collection of numbers, words, or objects. Access any value using its index (position). Read, update, insert, or