Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
    <title>PatchGuru | Help Is Here</title>  
  </head>
  
  <body>
    <script id="input">
      var globalVariable = "Hello World!";
    </script>
  </body>
</html>
 
$("#input").ready(function() {
  example();
});
function example() {
  alert(globalVariable);
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
PatchGurupro
0viewers