Skip to content

Instantly share code, notes, and snippets.

@andrinur13
Created July 27, 2018 08:24
Show Gist options
  • Save andrinur13/8e16ea6f4bd1d481dcef732ed44ec0cb to your computer and use it in GitHub Desktop.
Save andrinur13/8e16ea6f4bd1d481dcef732ed44ec0cb to your computer and use it in GitHub Desktop.
Penulisan external JS multiple
<html>
<head>
<title> JS </title>
</head>
<body>
<h1> Hello World </h1>
<script src="javascript1.js"></script>
<script src="javascript2.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment