$0.00
Ajeet Yadav
Embedded Software Developer
@yadavajeetmail
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="Ajeet Yadav" />,
mountNode
);
Oct, 2021
Saying hello! 👋
I am adept at handling multiple tasks on a daily basis competently and at working well under pressure.
$0.00
Ajeet Yadav
Embedded Software Developer
@yadavajeetmail
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="Ajeet Yadav" />,
mountNode
);
Oct, 2021
Saying hello! 👋
I am adept at handling multiple tasks on a daily basis competently and at working well under pressure.