Question from the React ⚛️ test

A React component that returns a boolean.

Easy

What does this component display?

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