Q. What changes button text to the original text?
β
Correct Answer: (B)
.button(“reset”)
Explanation: .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…”