Posts by Julio • 9 points
1 post
-
-1
votes1
answer176
viewsQ: Call a function multiple times and return an array of objects
I am using an API that returns an array of objects according to the month. If I run the function at the current date, for example, it returns me: [{Id: 1, Title: 'X'}, {Id: 2, Title: 'Y'}] The…