Skip to content

Commit edc0433

Browse files
authored
Grammatical error under prototypes section
Changed there is no "affect" to "effect"
1 parent 17b8e89 commit edc0433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-started/ch3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ homework.topic;
256256
// "JS" -- not "Math"
257257
```
258258

259-
The assignment to `topic` creates a property of that name directly on `otherHomework`; there's no affect on the `topic` property on `homework`. The next statement then accesses `otherHomework.topic`, and we see the non-delegated answer from that new property: `"Math"`.
259+
The assignment to `topic` creates a property of that name directly on `otherHomework`; there's no effect on the `topic` property on `homework`. The next statement then accesses `otherHomework.topic`, and we see the non-delegated answer from that new property: `"Math"`.
260260

261261
| NOTE: |
262262
| :--- |

0 commit comments

Comments
 (0)