Skip to content

Commit

Permalink
Added russian translation for whilst exercise.
Browse files Browse the repository at this point in the history
  • Loading branch information
m7v committed May 21, 2016
1 parent 4557a00 commit 77edf87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions exercises/whilst/problem.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Задача

Напишите программу, которая будет принимать один аргумент командной строки к URL-адресу.

Используйте `async.whilst` и `http.get`, отправьте GET-запросы на этот URL пока не получите
тело ответа содержащее строку `"meerkat"`.

`сonsole.log` количества GET-запросов, необходимых для получения "meerkat" строки.

## Советы

`String.prototype.trim()` - это ваш друг.
Узнайте больше о `async.whilst()` здесь:

https://github.com/caolan/async#whilst

0 comments on commit 77edf87

Please sign in to comment.