Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let whyItIsUndefined;
- $.getJSON('/api.main/records','{page=1}', function(data, status){
- whyItIsUndefined = data.results;
- })
- console.log(whyItIsUndefined);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement