Javascript examples for String:Quiz
Use escape characters to display the text correctly.
<!DOCTYPE html> <html> <body> <p id="demo"></p> <script> document.getElementById("demo").innerHTML = "this is a \"test\"."; </script>/* ww w. ja v a 2 s .com*/ </body> </html>