Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.6 Reducer Quiz Answer #6

Open
Moskaoud opened this issue Dec 28, 2020 · 0 comments
Open

1.4.6 Reducer Quiz Answer #6

Moskaoud opened this issue Dec 28, 2020 · 0 comments

Comments

@Moskaoud
Copy link

in your code
What Went Wrong

  • The returned data does not match the expected output.

This is accepted answer try this

function appReducer (state, action){
  if(action.type==='DELETE_FLAVOR')
    return state.filter((iceCream) => iceCream.flavor !== action.flavor)
    
    return state
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant