Need help passing create a redux store challenge

how do i pass this challenge

emphasized text

const reducer = (state = 5) => {
return state;
}

// Redux methods are available from a Redux object
// For example: Redux.createStore()
// Define the store here:
const myVariable ;
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36

Challenge: Create a Redux Store

Link to the challenge:

Hi @amit2657003 !

Welcome to the forum!

I edited the title of your post.
Please avoid placing links in the title since we cannot click on them.

I am not sure why this is here

I would just delete that.

The directions tell you to create a variable call store and assign Redux.createStore() to it.

Then you need to pass in the reducer as an argument.

Hope that helps!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.