79155806

Date: 2024-11-04 14:31:01
Score: 1
Natty:
Report link

Use this function:

function removeDupliSpaces(string) {
    return string.replace(/\s+/g, ' ').trim();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: adriano machado