Skip to content

Commit 2781523

Browse files
committed
Warn not to use console.log when verifying. #63
1 parent df9e4ed commit 2781523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

problems/async_loops/problem.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The order of the users should match the order of supplied user ids. Because this
3434
## Hint
3535

3636
* 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`.
3739

3840
## Boilerplate
3941
```js

0 commit comments

Comments
 (0)