presentations/highlight-js/test/markup/javascript/arrow-function.txt

3 lines
74 B
Text

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