Skip to content

Instantly share code, notes, and snippets.

@michhub-dev
Created May 21, 2020 16:41
Show Gist options
  • Save michhub-dev/10252a7475b5fee7d36605daa83e1648 to your computer and use it in GitHub Desktop.
Save michhub-dev/10252a7475b5fee7d36605daa83e1648 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/huzodup
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
var micky = "i see you, micky";
</script>
<script id="jsbin-source-javascript" type="text/javascript">var micky = "i see you, micky";</script></body>
</html>
var micky = "i see you, micky";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment