Skip to content

Instantly share code, notes, and snippets.

@MeoBeoI
Created February 2, 2016 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeoBeoI/a836ddac5973b1a2976b to your computer and use it in GitHub Desktop.
Save MeoBeoI/a836ddac5973b1a2976b to your computer and use it in GitHub Desktop.
var listConcats = [];
request('http://100concat.com/getconcats', function(err, res, body){
listConcats = JSON.parse(body);
})
console.log(listConcats); // [] <== undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment