helloworld.js code example
Example 1: javascript hello world
I would do something like this:
<script>
alert("Hello World!");
</script>
Example 2: javascript hello world
alert("Hello world");
I would do something like this:
<script>
alert("Hello World!");
</script>
alert("Hello world");