beaucarnes / fcc-project-tutorials

freeCodeCamp video project tutorials.
289 stars 416 forks source link

Unnecessary code in node-web-scraping #9

Open AndrewUsher opened 6 years ago

AndrewUsher commented 6 years ago

Hello! I just completed your node web scraper tutorial, and it was a great video. However, you have an unnecessary line of code:

let users = [];

When this line of code is removed, the code behaves the same way. I can create a pull request to address this.

beaucarnes commented 6 years ago

Ok, sure. Create the pull request. Thanks!