Q. What changes button text to the original text?

  • (A) .button(“string”)
  • (B) .button(“reset”)
  • (C) .button(“toggle”)
  • (D) .button(“loading”)
πŸ’¬ Discuss
βœ… 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…”
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…”

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
292
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Deepak Sahoo
Publisher
πŸ“ˆ
97%
Success Rate