// You cannot return the inital state if it's a value const newState = Object.assign({}, initialState) return newState