Add a new button labeled “Remove Extra Spaces” in index.html and implement the function in script.js.
The function should remove all multiple spaces and leave only single spaces between words.
Example:
Input: "This is a test"
Output: "This is a test"
Add a new button labeled “Remove Extra Spaces” in index.html and implement the function in script.js.
The function should remove all multiple spaces and leave only single spaces between words.
Example:
Input: "This is a test"
Output: "This is a test"