Tekst akapitowy zmiany JavaScript

let element = document.getElementsByTagName("p");
element.innerText = "Hello World!";
Creepy Copperhead