A simple example of JavaScript hello world is given below. You need to place it inside the body tag of the HTML.
<script type="text/javascript">
document.write("JavaScript Hello World!");
</script>
Submitted questions and answers are subject to review and editing, and may or may not be selected for posting, at the sole discretion of w3Sniff.
Get Started
Comments
Leave a Comment