Ubah string ke objek dalam html

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