Skip to content

Instantly share code, notes, and snippets.

@artem-alek
Created February 21, 2017 14:19
Show Gist options
  • Save artem-alek/371610fb4e4d6268dde4e60077d6ff43 to your computer and use it in GitHub Desktop.
Save artem-alek/371610fb4e4d6268dde4e60077d6ff43 to your computer and use it in GitHub Desktop.
Section 1
1. feels[3].tags[0]
2. feels[6].tags[2]
3. having trouble with this one because of time crunch. Need more testing in console
Section 2
1. because of asyconyus issue. console.log would run faster than the data could be retrieved.
2. var data = $.ajax({
url: '.../search/code_',
dataType: 'json',
data: {
q:
sort:
order:
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment