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

4 lines
74 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
var f = x => x;
f(x => x + (y=2, z=undefined, ...rest) => y);
() => null;