From 665b97251c5f98a5ee03e8fae579c90794ceba37 Mon Sep 17 00:00:00 2001 From: Violet Bora Lee Date: Sun, 16 Aug 2020 17:27:21 +0900 Subject: [PATCH] delete unused line --- 1-js/99-js-misc/04-reference-type/article.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/1-js/99-js-misc/04-reference-type/article.md b/1-js/99-js-misc/04-reference-type/article.md index ef843ab7..c680c17f 100644 --- a/1-js/99-js-misc/04-reference-type/article.md +++ b/1-js/99-js-misc/04-reference-type/article.md @@ -106,9 +106,3 @@ That's for the subsequent method call `()` to get the object and set `this` to i For all other operations, the reference type automatically becomes the property value (a function in our case). The whole mechanics is hidden from our eyes. It only matters in subtle cases, such as when a method is obtained dynamically from the object, using an expression. - - - - - - result of dot `.` isn't actually a method, but a value of `` needs a way to pass the information about `obj`