We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9e4ed commit 2781523Copy full SHA for 2781523
problems/async_loops/problem.md
@@ -34,6 +34,8 @@ The order of the users should match the order of supplied user ids. Because this
34
## Hint
35
36
* You don't need to use a sort to maintain ordering.
37
+* Using console.log will affect verification. Only use console.log
38
+when using `functional-javascript run`.
39
40
## Boilerplate
41
```js
0 commit comments