console.log()
inside the textclass App extends React.Component {
constructor(props) {
super(props);
}
render() {
return <h1>Lorem Ipsum</h1>;
}
}
function App() {
return <h1>Lorem Ipsum</h1>;
}
This is a blockquote
in a multiple
lines
You can learn more about Markdown here