Home »
MCQs »
MooTools MCQs
____ method is used to eliminate all white spaces from a string while keeping a single gap between words
12. ____ method is used to eliminate all white spaces from a string while keeping a single gap between words.
- Trim()
- Foreward()
- Erase()
- Clean()
Answer: D) Clean()
Explanation:
Clean() method is used to eliminate all white spaces from a string while keeping a single gap between words.