Skip to content

Instantly share code, notes, and snippets.

@fataelislami
Created April 1, 2017 14:02
Show Gist options
  • Save fataelislami/7364d8d8d61496dec6e6711accb00007 to your computer and use it in GitHub Desktop.
Save fataelislami/7364d8d8d61496dec6e6711accb00007 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<script>
function hello(){
document.write("Hello World with Function");
}
hello(); //Call function Hello
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment