coryhouse / javascript-development-environment

JavaScript development environment discussed in "Building a JavaScript Development Environment" on Pluralsight
https://app.pluralsight.com/library/courses/javascript-development-environment/table-of-contents
MIT License
297 stars 196 forks source link

Getting TypeError: results.forEach is not a function #27

Open YigalNissan opened 5 years ago

YigalNissan commented 5 years ago

Hi Cory, First of all I would like to thank you very much for your wonderful course. Although it's not suite for my developing level, it is very fruitful and it push me up the developing scale, hopefully one day to become an expert like you.

Now I am having the same issue of "TypeError: result.forEach is not a function..", and I do not understand what should I set result to ? and how to solve this issue. Very appreciate your assistant.

Meanwhile I solved it using regular for loop, but i would like to understand why it's not working as it should. Thanks Yigal