Created
May 14, 2019 10:32
-
-
Save Mayankgupta688/af51e1a59b5e234e3047a19d0bd5c258 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 normalFunction() { | |
| console.log("1"); | |
| console.log("2"); | |
| console.log("3"); | |
| console.log("4"); | |
| console.log("5"); | |
| } | |
| normalFunction(); | |
| // Output: 1 2 3 4 5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment