I've been looking all over the world.
All I see is samples alerting hello world
I don't want to alert hello world.
I want to print a simple website saying hello world.
<!DOCTYPE html>
<html lang="en">
<head></head>
<body id="home">
<script>
//print hello world
</script>
</body>
</html>
Does javascript have a print command?
Here are typical samples on the web
http://groups.engin.umd.umich.edu/CIS/course.des/cis400/javascript/hellow.html