Relative Content

Tag Archive for javascriptcheerio

How to use nested loops to access elements?

Using Cheerio, I need to iterate on multiple levels to access elements. How can I use nested iteration to access elements and return an array of objects? Currently with my code, because of the nested loop, I am returning an array of arrays of objects.

Cheerio how to use nested loops to access elements?

Using Cheerio, I need to iterate on multiple levels to access elements. how to use a nested iteration to access elements and return an array of objects? Currently with my code, because of the nested loop, I am returning an array of arrays of objects.