Created
February 21, 2017 14:19
-
-
Save artem-alek/371610fb4e4d6268dde4e60077d6ff43 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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