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

๐Ÿ‘๏ธ
290
Total Visits
๐Ÿ“ฝ๏ธ
4 y ago
Published
๐ŸŽ–๏ธ
Deepak Sahoo
Publisher
๐Ÿ“ˆ
92%
Success Rate