Merge pull request #2066 from Violet-Bora-Lee/master
delete unused line
This commit is contained in:
commit
fe571b36ed
1 changed files with 0 additions and 6 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue