mandolf0
Results
1
comments of
mandolf0
> This is getting me halfway there in NodeJS. ``` var obj = req.payload; const map = new Map(Object.entries(obj)); for (const [key, value] of Object.entries(obj)) { // console.log(`${key} ${value}`); if(key...