Saturday 16 December 2017

How to return multiple array from expressjs routes?

Currently I have the following statement for return an array from a get route:-return res.json(dataChunk); Now I also have another array results[1] which I also want to return. So how to do it?

Submitted December 16, 2017 at 06:26PM by datavinci

No comments:

Post a Comment