Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created August 1, 2019 18:13
Show Gist options
  • Save Jagathishrex/a048c0d632c5617b8062ea4acde07e78 to your computer and use it in GitHub Desktop.
Save Jagathishrex/a048c0d632c5617b8062ea4acde07e78 to your computer and use it in GitHub Desktop.
First Javascript Program
<!DOCTYPE html>
<html lang="en">
<head>
<title>First Javascript Program</title>
</head>
<body>
<!-- Javascript code starts here -->
<script>
alert("hi");
</script>
<!-- Javascript code ends here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment