0

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

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

0 Answers0