Skip to content

Instantly share code, notes, and snippets.

@da7tysixers
Created March 13, 2018 19:37
Show Gist options
  • Save da7tysixers/122e104c17a5ae57f2f4685696a3dc04 to your computer and use it in GitHub Desktop.
Save da7tysixers/122e104c17a5ae57f2f4685696a3dc04 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/cacuxok
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Javascript output - Using window.alert()</h1>
<p>My first paragraph</p>
<script>
console.log(5+6)
</script>
</body>
</html>
@da7tysixers
Copy link
Author

Just a javascript JS bin training for a friend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment