From 0585a32e0b994c4004087d94b7030614ccd9faa4 Mon Sep 17 00:00:00 2001 From: shmidtkirill Date: Mon, 19 Oct 2015 16:07:00 +0300 Subject: [PATCH] Deleted unnecessary line Deleted last line from the example with arguments passing as object. This string was unnecessary and had invalid syntax. --- 1-js/4-data-structures/10-arguments-pseudoarray/article.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/1-js/4-data-structures/10-arguments-pseudoarray/article.md b/1-js/4-data-structures/10-arguments-pseudoarray/article.md index 12bf784e..359dfbb0 100644 --- a/1-js/4-data-structures/10-arguments-pseudoarray/article.md +++ b/1-js/4-data-structures/10-arguments-pseudoarray/article.md @@ -363,8 +363,6 @@ function showWarning(options) { // ... } - -showWarning({ ``` Вызвать такую функцию очень легко. Достаточно передать объект аргументов, указав в нем только нужные: