arrow-function.txt 74 B

123
  1. var f = x => x;
  2. f(x => x + (y=2, z=undefined, ...rest) => y);
  3. () => null;