Files

6 lines
86 B
JavaScript

function Component(props) {
const x = {};
const y = String(x);
return [x, y];
}