Last active
February 14, 2018 10:25
-
-
Save VishDev12/60a0b00797b051456250ce2f81a386a8 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
| firstThis (data, callBack){ | |
| data = 1 | |
| callBack (data) | |
| } | |
| firstThis (x, anyFunction); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment