Skip to content

Instantly share code, notes, and snippets.

@amirulasyraf88
Created December 12, 2015 17:56
Show Gist options
  • Save amirulasyraf88/8145ab2382f816917367 to your computer and use it in GitHub Desktop.
Save amirulasyraf88/8145ab2382f816917367 to your computer and use it in GitHub Desktop.
Tutorial 4 (WebTech)
<script>
document.getElementryByID.(“exampleid”).innerHTML= “JavaScripting”;
</script>
<script src=”public_html/example.js></script>
<button onclick="myFunction()">Please Verify</button>
<script>
function myFunction() {
confirm("You are MMU F");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment