Q. What is the output of : String.fromCharCode(65)?

  • (A) 1
  • (B) A
  • (C) error
  • (D) false
πŸ’¬ Discuss
βœ… Correct Answer: (B) A
Explanation: The method fromCharCode() converts Unicode values to characters.
Explanation by: Yogesh
The method fromCharCode() converts Unicode values to characters.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
233
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
83%
Success Rate