I am new to JS with react+redux framework and I have a code that as follows in reducer code.
export const operationState = (state = someState, action = {}) => {
//some case handler
}
Please help me in understanding what will this translates to.