Files

6 lines
95 B
JavaScript

function Component(props) {
let x = makeObject();
x.foo((x = makeObject()));
return x;
}