6 lines
59 B
JavaScript
6 lines
59 B
JavaScript
[].map(x => x);
|
|
|
|
const f = x => x
|
|
|
|
const o = { k: x => x }
|