Last active
October 9, 2018 15:04
-
-
Save bedirhankaradogan/4fae97695b6837b13c3e175df9076e6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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