I´m new to javascript and React and wonder simple question what does this line of code do?
I have search about the () and => but dont understand
'export const increment = () => ({ type: "INC" });
'
I know the increment
variable here will holde the type: "INC" as an array I think but what about the = () =>