ga-wdi-boston / mongoose

An introduction to mongoose
Other
5 stars 136 forks source link

DOB is a required property #37

Open raq929 opened 7 years ago

raq929 commented 7 years ago

But there is this code in the solution:

if(!this.dob) {
  return 0
}

@payne-chris-r thinks this code can be removed.

gaand commented 7 years ago

This may be an artifact of iteration. I'm guessing that it wasn't required the first time through