DEV Community

Discussion on: Introduction to web scraping with Node.js

Collapse
 
martinnrdstrm profile image
Martin Nordström

Cool post!

But if you have it like this:
(error) => console.log(err)

err wont be defined! ;-)