<script> function myFunction() { var str = "Hello world, welcome to the universe."; var n = str.includes("world"); document.getElementById("demo").innerHTML = n; } </script>