Recorte la oración de NodeJS de los espacios
newString = string.replace(/\s+/g,''); // "thiscontainsspaces"
Blue-eyed Bug
newString = string.replace(/\s+/g,''); // "thiscontainsspaces"