Skip to content

Instantly share code, notes, and snippets.

@MacDada
Last active April 13, 2016 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MacDada/d922ee16f0f06e6cba8a3cf3b0717f69 to your computer and use it in GitHub Desktop.
Save MacDada/d922ee16f0f06e6cba8a3cf3b0717f69 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<script async src="test.js"></script>
<script>
helloFromTestJs('ok');
</script>
</body>
</html>
function helloFromTestJs(param) {
alert('hello from js: ' + param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment