const callFunctionWithArray = (actionFunction) => actionFunction(['A',2]);
const gettingAFunction = (value) => () => value;
const callFunctionWithArray = (actionFunction) => actionFunction(['A',2]);
const gettingAFunction = (value) => () => value;