Skip to content

Commit 3e2fd14

Browse files
committed
Only forbid unnecessary functions.
Relaxing conditions. timoxley#52
1 parent 5cc7615 commit 3e2fd14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

problems/function_spies/problem.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ console.log(spy.count) // 3
2525
## Conditions
2626

2727
* 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-
28+
* Do not create any unecessary functions e.g. helpers.
29+
3130
## Hint
3231

3332
* Functions have context, input and output. Make sure you consider the context,

0 commit comments

Comments
 (0)