Write a function called codeValuesToString() that takes an array of numbers as input and returns a string where each number corresponds to the UTF-16 code unit value.
To read each element in the codeValues array, you can loop through it inside the function.