Yusuf Bıyık

Results 3 comments of Yusuf Bıyık

> Create an Array of all the languages then use the: `Array.forEach(item => { // Get reviews code ... })` code to get reviews for each item of the language...

You can console.log each item of the array and get rid of this behavior. This occurs because you're logging the whole array.

I have the same issue, a fix pls?