Tell us what’s happening:
**Your code so far**
const store = Redux.createStore(
(state = 5) => state
);
// Change code below this line
store.getState()
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36
.
Challenge: Get State from the Redux Store
Link to the challenge: