Html
copy
reset
Run
Netbax Online Editor Try it Yourself
<h2>JavaScript Strings</h2> <p id="play"></p> <script> let text = "The demo text \& javascript characters."; document.getElementById("play").innerHTML = text; </script>