Hello, World!

<script>
var el = document.getElementById('p-id');
el.innerHTML = "new test";
</script>