Skip to content

Commit f72af57

Browse files
committed
minor
1 parent 3f8fb3d commit f72af57

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

1-js/08-prototypes/01-prototype-inheritance/3-proto-and-this/solution.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
That's because `this` is an object before the dot, so `rabbit.eat()` modifies `rabbit`.
44

55
Property lookup and execution are two different things.
6-
The method `rabbit.eat` is first found in the prototype, then executed with `this=rabbit`
6+
7+
The method `rabbit.eat` is first found in the prototype, then executed with `this=rabbit`.

2-ui/99-ui-misc/03-event-loop/eventLoop-full.svg

+2-2
Loading

2-ui/99-ui-misc/03-event-loop/eventLoop.svg

+1-1
Loading

figures.sketch

26 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)