Skip to content

Commit

Permalink
Added hint to use async.series
Browse files Browse the repository at this point in the history
* related to #6
  • Loading branch information
bulkan committed Feb 28, 2014
1 parent e6cf36d commit 74a72f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions problems/times/problem.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with the body containing a JSON.stringify'ed object;

{user_id : 1}

Do this five times with each the `user_id` property being incremented starting
Do this five times with each of the `user_id` property being incremented starting
at 1.

Once these requests are done send a GET request to
Expand All @@ -16,5 +16,4 @@ Once these requests are done send a GET request to

and console.log the response body.


{italic}HINTS{/italic}: use async.times and http.request
{italic}HINTS{/italic}: use async.series, async.times and http.request

0 comments on commit 74a72f2

Please sign in to comment.