delete unused line

This commit is contained in:
Violet Bora Lee 2020-08-16 17:27:21 +09:00
parent b0624a189e
commit 665b97251c

View file

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