Q. What is the output of : String.fromCharCode(65)?
β
Correct Answer: (B)
A
Explanation: The method fromCharCode() converts Unicode values to characters.