Skip to content

Commit 665b972

Browse files
delete unused line
1 parent b0624a1 commit 665b972

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

1-js/99-js-misc/04-reference-type/article.md

-6
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,3 @@ That's for the subsequent method call `()` to get the object and set `this` to i
106106
For all other operations, the reference type automatically becomes the property value (a function in our case).
107107

108108
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.
109-
110-
111-
112-
113-
114-
result of dot `.` isn't actually a method, but a value of `` needs a way to pass the information about `obj`

0 commit comments

Comments
 (0)