Cambiar cadena a objeto en html

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