Posts by Kaique Miyasato • 1 point
1 post
-
0
votes1
answer47
viewsQ: Doubt in Javascript Map and findIndex
I’m having trouble turning data into json. I have the following code below that takes the elements of my payload and print to json. const _ = require('lodash') let prod = []; let stores = [];…