darkwing / blog

Repository to allow bug tracking of davidwalsh.name
4 stars 0 forks source link

Typo in https://davidwalsh.name/es6-features #48

Closed siddharthkp closed 8 years ago

siddharthkp commented 8 years ago

Under 3. find/findIndex:

find and findAll, through allowing a calculated value search, also prevent unnecessary side effects and looping through possible values!

I guess it should findIndex and not findAll

siddharthkp commented 8 years ago

This is fixed now :smile: