From 0e89bd370e2f0c3245cc4a2f60a95d77007e6b6f Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Thu, 8 Nov 2018 01:15:55 +0300 Subject: [PATCH] Update article.md --- 1-js/03-code-quality/04-ninja-code/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/04-ninja-code/article.md b/1-js/03-code-quality/04-ninja-code/article.md index 188da76c..ac26357c 100644 --- a/1-js/03-code-quality/04-ninja-code/article.md +++ b/1-js/03-code-quality/04-ninja-code/article.md @@ -155,7 +155,7 @@ function ninjaFunction(elem) { A fellow programmer who wants to work with `elem` in the second half of the function will be surprised... Only during the debugging, after examining the code they will find out that he's working with a clone! -Deadly effective even against an experienced ninja. Seen in code regularly. +Seen in code regularly. Deadly effective even against an experienced ninja. ## Underscores for fun