Created
May 16, 2023 16:21
-
-
Save suhailgupta03/f270454564cc0b95c244bf85480de98c 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
| var xx = () => { | |
| return "hey there!!" | |
| } | |
| var f = xx(); | |
| console.log(f); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment