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: Vincent CotroStatus: Published(Update)Question passed 281 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!