Unterdrückung Räume vor und am Ende eines String -JavaScript
var hello = ' Hello there! ';
// returns "Hello there!"
hello.trim();
ZeldaIsANerd
var hello = ' Hello there! ';
// returns "Hello there!"
hello.trim();