Why Arrays? Suppose you have a list of items, storing them in single variables could look as shown below, let's take an example of company names, here we need to create three variables to store the name of three companies. let com_name_1 = "ineuron";...