naskah naskah menghapus whitespace dari string

let whiteSpace = ' ABCD ';
let noWhiteSpace = whiteSpace.trim();
Concerned Crossbill