0

What does mean the "=>" symbol in javascript?

return (callback) => {
...
      data.forEach(res=> {
        response = mapResponse(res);
      });
}
Bruno
  • 249
  • 1
  • 7
  • 21

0 Answers0