Skip to content

Instantly share code, notes, and snippets.

@oinant
Created August 1, 2015 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oinant/46c6c561a8398333251f to your computer and use it in GitHub Desktop.
Save oinant/46c6c561a8398333251f to your computer and use it in GitHub Desktop.
function CrawlingAWebPageAndGetLinks(){
// do the stuff the method pretend;
}
(function program(){
var result = CrawlingAWebPageAndGetLinks();
console.log(result);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment