08:38:04.087 items = `
  • hello
  • ` 08:38:04.109 "
  • hello
  • " 08:38:23.358 items = `
  • hello
  • ` 08:38:23.370 "
  • hello
  • " 08:38:41.550 items = `
  • hello
  • goodbye
  • ` 08:38:41.568 "
  • hello
  • goodbye
  • " 08:39:00.751 let emptylist = document.getElementById("emptylist") 08:39:00.771 undefined 08:39:16.663 emptylist.innerHTML = items; 08:39:16.684 "
  • hello
  • goodbye
  • " 08:39:50.969 let p = document.createElement("p"); 08:39:50.990 undefined 08:40:19.962 p.innerText = "Magically Delicious!"; 08:40:19.981 "Magically Delicious!" 08:40:24.291 p 08:40:24.309

    08:40:27.725 onmozfullscreenchange is deprecated. replace.html 08:40:27.725 onmozfullscreenerror is deprecated. replace.html 08:40:27.734 Ignoring get or set of property that has [LenientThis] because the “this” object is incorrect. replace.html 08:42:04.188 document.body.appendChild(p); 08:42:04.208