elijahmanor.github.com
elijahmanor.github.com copied to clipboard
Update 2013-08-14-reducing-filter-and-map-down-to-reduce.markdown
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;