Merge pull request #2066 from Violet-Bora-Lee/master

delete unused line
This commit is contained in:
Ilya Kantor 2020-08-16 23:05:26 +03:00 committed by GitHub
commit fe571b36ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`