PrincessKnay3393 PrincessKnay3393 20-01-2023 Computers and Technology contestada X620: Size of Array Complete the function getArraySize() so that it returns the size of the array passed in as an argument into the function. You cannot use a loop to count the elements in the array. Examples: getArraySize({1,3,5}) -> 3