πŸ“Š JavaScript
Q. Which of these methods can be used to convert a string to uppercase?
  • (A) toUpperCase()
  • (B) uppercase()
  • (C) upper()
  • (D) capitalize()
πŸ’¬ Discuss
βœ… Correct Answer: (A) toUpperCase()

Explanation: toUpperCase() returns the calling string converted to uppercase.

Explanation by: Mr. Dubey
toUpperCase() returns the calling string converted to uppercase.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
50
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate