Skip to content

Commit bcae3c6

Browse files
authored
Update article.md
1 parent 6292469 commit bcae3c6

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 (though the hash function would need to be adjusted for a different number of arguments than two).
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)