Question from the React ⚛️ test

A React component that returns a boolean.

Medium

What does this component display?

const SomeComponent=(props)=>{
    return(typeof props.abc==="number");
}
Author: Pierre TurnbullStatus: Published(Update)Question not yet passed
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!