Skip to content

Commit dbfe588

Browse files
authored
Merge pull request #1307 from paroche/patch-13
Update article.md
2 parents c4d1987 + bcae3c6 commit dbfe588

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ alert( worker.slow(3, 5) ); // works
280280
alert( "Again " + worker.slow(3, 5) ); // same (cached)
281281
```
282282

283-
Now it works with any number of arguments.
283+
Now it works with any number of arguments (though the hash function would also need to be adjusted to allow any number of arguments. An interesting way to handle this will be covered below).
284284

285285
There are two changes:
286286

0 commit comments

Comments
 (0)