Question from the React Native (Legacy) test

How to use the useState hook in React Native

Archived

What can we say about this code?

class Columns extends React.Component {
  render() {
    return (
      <>
        <td>Hello</td>
        <td>World</td>
      </>
    );
  }
}
Author: Damien CavaillèsStatus: Archived(Update)Question passed 37 times
-2
Community EvaluationsNo one has reviewed this question yet, be the first!