A

Admin • 833K Points
Coach

Q. Which of these methods can be used to convert a string to uppercase?

  • (A) toUpperCase()
  • (B) uppercase()
  • (C) upper()
  • (D) capitalize()
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

toUpperCase() returns the calling string converted to uppercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.