D

Deepak Sahoo • 10.78K Points
Tutor II

Q. What changes button text to the original text?

  • (A) .button(“string”)
  • (B) .button(“reset”)
  • (C) .button(“toggle”)
  • (D) .button(“loading”)

Explanation by: Deepak Sahoo
.button(“reset”) changes button text to original text if changed, .button(“toggle”) makes button look pressed, .button(“loading”) disables the button and changes the button text to “loading…”

You must be Logged in to update hint/solution

Discusssion

Login to discuss.