1 line
57 B
JavaScript
1 line
57 B
JavaScript
var a = (1).to(10).collect(Math.pow.curry(undefined,2));
|
var a = (1).to(10).collect(Math.pow.curry(undefined,2));
|