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....go the opposite way using the join() method. Try the following:...const commaSeparated = cities.join(","); commaSeparated; Another...