πŸ“Š JavaScript
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

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