Skip to content

Commit 0585a32

Browse files
author
shmidtkirill
committed
Deleted unnecessary line
Deleted last line from the example with arguments passing as object. This string was unnecessary and had invalid syntax.
1 parent 81c2414 commit 0585a32

File tree

1 file changed

+0
-2
lines changed
  • 1-js/4-data-structures/10-arguments-pseudoarray

1 file changed

+0
-2
lines changed

1-js/4-data-structures/10-arguments-pseudoarray/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ function showWarning(options) {
363363

364364
// ...
365365
}
366-
367-
showWarning({
368366
```
369367

370368
Вызвать такую функцию очень легко. Достаточно передать объект аргументов, указав в нем только нужные:

0 commit comments

Comments
 (0)