From 18b8e2f709e82daea3a3d54aaa515b94b94ebba5 Mon Sep 17 00:00:00 2001 From: darkw1z Date: Thu, 4 Oct 2018 20:26:45 +0200 Subject: [PATCH] Update article.md Adding missing word. --- 1-js/06-advanced-functions/06-function-object/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/06-function-object/article.md b/1-js/06-advanced-functions/06-function-object/article.md index f6234a6d..f334f88b 100644 --- a/1-js/06-advanced-functions/06-function-object/article.md +++ b/1-js/06-advanced-functions/06-function-object/article.md @@ -65,7 +65,7 @@ alert(user.sayHi.name); // sayHi alert(user.sayBye.name); // sayBye ``` -There's no magic though. There are cases when there's no way to figure out the right name. In that case, the name property empty, like here: +There's no magic though. There are cases when there's no way to figure out the right name. In that case, the name property is empty, like here: ```js // function created inside array