Problem:
Question 1: What is key, and what is it used for?
Question 2: Create a Javascript snippet that: declares an array of 5 integers. Put values in each element of the array. Process the entire array, adding 3 to each element of the array using a loop of choice. After processing the array, display the arrays new contents in any fashion.
Please read all the questions carefully and answer them.