In the final article of this module, we'll look at arrays — a neat way of storing a list of data items under a single variable name. Here we look at why this is useful, then explore how to create an array, retrieve, add, and remove items stored in an array, and more besides....following code into the console: js const shopping = ["bread", "milk"...another only strings. For example: js const sequence = [1, 1, 2, 3...