Q. What is the output of : String.fromCharCode(65)? (A) 1 (B) A (C) error (D) false ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) A Explanation: The method fromCharCode() converts Unicode values to characters.