function Component(props) { const x = [];
{x}
; x.push(props.value); return x; }