One of the rules for Reducers in Redux is that we should not return undefined from our reducer (any other return value seems fine including null)
I just wanted to underst