We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab13ef8 + 67790aa commit 3cc5f4cCopy full SHA for 3cc5f4c
1 file changed
1-js/06-advanced-functions/09-call-apply-decorators/01-spy-decorator/solution.md
@@ -1 +1 @@
1
-Here we can use `log.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
+Here we can use `calls.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
0 commit comments