| Refresh | Home EGTry.com


commentsJavascript sourceExecution result in your current browser
underscore
   (function() {
     var root=this;
     var _={};
     root['_']=_;
     _.VERSION=0.5;
    })();
  document.write(_.VERSION);