const source = " Alpha "; source.trim(); console.log(JSON.stringify(source)); console.log(JSON.stringify(source.trim()));