Question from the React ⚛️ test

A React component that returns a boolean.

Waiting for validation

What does this component display?

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