Last active
November 6, 2020 16:33
-
-
Save hpssjellis/7de218f7616a3b7fb1f85c71b3a9ee66 to your computer and use it in GitHub Desktop.
test playground deeplearnjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="mytest.js"></script> | |
<input type=button value=click onclick="{ | |
myFun() | |
}"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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