JavaScript obtenga texto del párrafo

function getContent() {
    return document.getElementById("myParagraph").innerHTML;
}
Tartaud