Write an arrow function where it will do the following: Square each array element Calculate the sum of the squared elements Return the average of the sum of the squared elements Print the result.