5 lines
No EOL
101 B
JavaScript
5 lines
No EOL
101 B
JavaScript
function Component(props) {
|
|
let x = makeObject();
|
|
([x] = makeObject()) |> x.foo(%);
|
|
return x;
|
|
} |