Update article.md

This commit is contained in:
Ilya Kantor 2018-11-08 01:15:55 +03:00 committed by GitHub
parent 884c211523
commit 0e89bd370e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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