以下のコードの実行結果はどうなりますか? ```javascript let text = " Hello World "; let result = text.trim(); console.log(result); ```