en.javascript.info
en.javascript.info copied to clipboard
Update article.md
Fixing a misstype
now: let result = /* calculations of the result for */ obj;
change to: let result = /* calculations of the result for obj */;