Skip to content

Commit 27b3c78

Browse files
authored
Fix typos in "What advantage is there for using the JavaScript arrow … (#49)
1 parent a26dce1 commit 27b3c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • questions/what-advantage-is-there-for-using-the-arrow-syntax-for-a-method-in-a-constructor

questions/what-advantage-is-there-for-using-the-arrow-syntax-for-a-method-in-a-constructor/en-US.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The main takeaway here is that `this` can be changed for a normal function, but
4848

4949
## Arrow functions
5050

51-
Arrow functions are introduced in ES2015 and it provides a concise way to write functions in Javascript. One of the key features of arrow function is that it lexically bind the `this` value, which means that it takes the `this` value from enclosing scope.
51+
Arrow functions were introduced in ES2015 and provide a concise way to write functions in Javascript. One of the key features of arrow function is that it lexically binds the `this` value, which means that it takes the `this` value from enclosing scope.
5252

5353
### Syntax
5454

0 commit comments

Comments
 (0)