Skip to content

Instantly share code, notes, and snippets.

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

  • Save siddacool/84bfa821a021578e75879c913be4fb18 to your computer and use it in GitHub Desktop.

Select an option

Save siddacool/84bfa821a021578e75879c913be4fb18 to your computer and use it in GitHub Desktop.
step 01
const url = 'http://books.toscrape.com/';
try {
console.log(url)
} catch(error) {
console.log(error);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment