Created
April 14, 2018 17:50
-
-
Save agoiabel/cc0160f7ade16098d2f41ed47479c6f2 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
| function functionOne() { | |
| // Some code | |
| } | |
| var functionTwo = function() { | |
| // Some code | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment