We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7615 commit 3e2fd14Copy full SHA for 3e2fd14
problems/function_spies/problem.md
@@ -25,9 +25,8 @@ console.log(spy.count) // 3
25
## Conditions
26
27
* Do not use any for/while loops.
28
-* You do not need to define any additional functions
29
- unless a stub is provided in the boilerplate.
30
-
+* Do not create any unecessary functions e.g. helpers.
+
31
## Hint
32
33
* Functions have context, input and output. Make sure you consider the context,
0 commit comments