fix(exercise 12): test GET request for fail #446#609
fix(exercise 12): test GET request for fail #446#609hoijui wants to merge 3 commits intoworkshopper:masterfrom
Conversation
756bc29 to
cd27c4d
Compare
| var methods = ['post', 'get'] | ||
|
|
||
| var mi = 0 | ||
| var miv = setInterval(function () { |
There was a problem hiding this comment.
Can we get rid of the setInterval and setTimeout calls somehow? These make the code complex.
|
do you have any hints maybe? as said, i am totally new to this. |
|
Yeah, we can think of this as if we are using One way is we can use recursion, after finishing the first call, it'll go call the same function with next parameter. Other is to use a You can try and experiment with these |
This is still missing most of the translations for the doc change.
|
hmmm.. i am sorry to respond this late. |
This is still missing most of the translations for the doc change.
This implements a TODO comment.
Note that I am totally new to Node.js and JavaScript, so i might be doing many things wrong here.
Please give feedback so i can fix it.
have a good day! :-)