Quantcast
Viewing all articles
Browse latest Browse all 137

Undefined return value from the function call Javascritpt

I’m trying to get the return value, but always get undefined. var hasNext; es.search(nextQuery, function (err, data) { if(data.hits.hits.length) { return hasNext = true; } return hasNext = false; }); I’m not sure how can I get whatever the return value and use it somewhere else? I need to use whatever this return value to [...]

The post Undefined return value from the function call Javascritpt appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 137

Trending Articles