ga-wdi-boston / js-array-iteration-methods

JavaScript Array methods
Other
1 stars 160 forks source link

typo in for-each.js #5

Closed RealWeeks closed 8 years ago

RealWeeks commented 8 years ago

const forEach = require('../lib/for-=each.js');

should be:

const forEach = require('../lib/for-each.js');

jrhorn424 commented 8 years ago

@J-Weeks Mind doing a pull request for @gaand? Thanks.

gaand commented 8 years ago

@jrhorn424 Something I'll address on next iteration. @J-Weeks not that I'm opposed to you correcting and opening a pull request :-).

laurenfazah commented 8 years ago

fixed and in latest push @gaand @J-Weeks if you'd like to close