-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(exercise 12): test GET request for fail #446 #609
base: master
Are you sure you want to change the base?
Conversation
756bc29
to
cd27c4d
Compare
var methods = ['post', 'get'] | ||
|
||
var mi = 0 | ||
var miv = setInterval(function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! :-)