Question from the React ⚛️ test

Archived

What does this component display?

function SomeComponent(props){
    return(typeof props.abc==="number");
}

ReactDOM.render(
   <SomeComponent abc="1"/>,
    document.querySelector("# root")
);
Author: Victor SabatierStatus: Archived(New question!)Question passed 857 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!