Skip to content

Instantly share code, notes, and snippets.

@hpssjellis
Last active November 6, 2020 16:33
Show Gist options
  • Save hpssjellis/7de218f7616a3b7fb1f85c71b3a9ee66 to your computer and use it in GitHub Desktop.
Save hpssjellis/7de218f7616a3b7fb1f85c71b3a9ee66 to your computer and use it in GitHub Desktop.
test playground deeplearnjs
<script src="mytest.js"></script>
<input type=button value=click onclick="{
myFun()
}">
<script>
function myFun(){
alert('it works')
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment