In the code below there is a function named multiplyThem that will be given an array of integers.
Using the map() function multiply each of these numbers by itself, for example, if the number is 3, you should multiply it by 3.
In the end use console.log() to print the array.