ga-wdi-boston / js-function-context-this

Other
0 stars 126 forks source link

Fix this link #49

Open BenGitsCode opened 7 years ago

BenGitsCode commented 7 years ago
## This and Array Methods

If a ```this``` parameter is provided to ```forEach()``` and other Array Methods,
it will be passed to callback when invoked, for use as its this value.
Otherwise, the value ```undefined``` will be passed for use as its its value.
- (forEach)[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Using_thisArg]
+ [forEach](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Using_thisArg)