Clean up apostrophes

This commit is contained in:
Tay Yang Shun
2017-09-27 22:55:20 +08:00
parent a66de97197
commit d39ec17765
10 changed files with 20 additions and 21 deletions

View File

@ -17,7 +17,7 @@ WIP.
- **Hoisting** - TBD
- **Promise** - TBD
- **Prototype** - TBD
- **This** - The `this` keyword does not refer to the function in which it is used or its scope. It refers to the object on which a function is being executed and depends entirely on the call-site of the function.
- **This** - The `this` keyword does not refer to the function in which it is used or it's scope. It refers to the object on which a function is being executed and depends entirely on the call-site of the function.
## Core Language