Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created November 11, 2019 11:28
Show Gist options
  • Save rbnpercy/868258f0d7ffecba8da548b30fc4f640 to your computer and use it in GitHub Desktop.
Save rbnpercy/868258f0d7ffecba8da548b30fc4f640 to your computer and use it in GitHub Desktop.
<html>
<body>
<script type="text/javascript">
function addTwoIntegers(a, b)
{
return a + b;
}
</script>
<script type="text/javascript" src="calculator.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment