Skip to content

Tag: node.js

NodeJS: How to fill Array through callback function

I hope the following code snippet is enough to explain my problem: So for an array of uuids, I’d like to request the corresponding product numbers from an online shop and store them in the array productNumbers which then I’d like to pass to a parent function for further manipulation through callin…