Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bedirhankaradogan/4fae97695b6837b13c3e175df9076e6b to your computer and use it in GitHub Desktop.

Select an option

Save bedirhankaradogan/4fae97695b6837b13c3e175df9076e6b to your computer and use it in GitHub Desktop.
const FunctionalComponent = () => {
return "I'm the functional component";
}
/*
var FunctionalComponent = function FunctionalComponent() {
return "I'm the functional component";
};
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment