Question from the React ⚛️ test

A React component that returns a boolean.

Archived

What does this component display?

const SomeComponent=(props)=>{
    return(typeof props.abc==="number");
}
Author: Vincent CotroStatus: Archived(New question!)(Update)Question passed 362 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!