Files

5 lines
63 B
JavaScript

function Component(props) {
let x = a?.b.c[0];
return x;
}