JavaScript/JavaScript within HTML: Difference between revisions

[checked revision][unreviewed revision]
Content deleted Content added
m →External JavaSscript: there was a typo
Line 16:
<script>
// write your JS code directly here. (This line is a comment in JS syntax)
alert("HelloAnthony WorldHunt!");
</script>
</syntaxhighlight>