elijahmanor.github.com icon indicating copy to clipboard operation
elijahmanor.github.com copied to clipboard

Update 2013-08-14-reducing-filter-and-map-down-to-reduce.markdown

Open brightpixels opened this issue 9 years ago • 0 comments

This looks like a typo since the code is checking for doctors from year 2001 and not 2000.

Or if you actually meant to check for doctors from 2000 then code needs to up date to

return doctor.begin >= 2000;

brightpixels avatar Dec 14 '15 13:12 brightpixels