Created
July 19, 2017 07:32
-
-
Save xlvg-arjun/e4f9f878b10da078449a55df6a187782 to your computer and use it in GitHub Desktop.
Functions-1
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 MultipleConsoleLogs(){ | |
for(let i=0; i < 10; ++i){ | |
console.log(i); | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment