Skip to content

Instantly share code, notes, and snippets.

@siddacool
Created November 4, 2020 14:33
Show Gist options
  • Select an option

  • Save siddacool/2fbeddc409128040c121e8d95f22af82 to your computer and use it in GitHub Desktop.

Select an option

Save siddacool/2fbeddc409128040c121e8d95f22af82 to your computer and use it in GitHub Desktop.
deno-web-scraper: Step 01
const url = 'http://books.toscrape.com/';
try {
console.log(url)
} catch(error) {
console.log(error);
}
@AnzenKodo
Copy link

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment