Zmień ciąg na obiekt w HTML

let str = new String('foobar');
console.log(typeof(str)) //object
Combative Curlew