Skip to content

Instantly share code, notes, and snippets.

@fernandopdna
Last active July 18, 2023 07:21
Show Gist options
  • Save fernandopdna/68dffc570fa0cca09c1816f39e17ea93 to your computer and use it in GitHub Desktop.
Save fernandopdna/68dffc570fa0cca09c1816f39e17ea93 to your computer and use it in GitHub Desktop.
Program pertama javascript
<html>
<head>
<title>My JavaScript Project</title>
</head>
<body>
<script >
console.log("Hello World!")
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment