Help for this page

Select Code to Download


  1. or download this
    (function(){alert('Gotcha')})();
    
  2. or download this
    function sayHello(name){
      var sayAlert;
    ...
      var text = 'How confused am I?';
      sayAlert();
    }