
$15.25
Andrew Cohen
FullStack Developer
@andrewcohen
- NodeJS
- Python
- PHP
- MySQL
- Mongo
- Swift
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="Andrew Cohen" />,
mountNode
);
Oct, 2021
Saying hello! 👋
I am an excellent communicator. I pride myself on making sure people have the right information because it drives better results.

$15.25
Andrew Cohen
FullStack Developer
@andrewcohen
- NodeJS
- Python
- PHP
- MySQL
- Mongo
- Swift
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="Andrew Cohen" />,
mountNode
);
Oct, 2021
Saying hello! 👋
I am an excellent communicator. I pride myself on making sure people have the right information because it drives better results.