Skip to content

Instantly share code, notes, and snippets.

@xlvg-arjun
Created July 19, 2017 07:32
Show Gist options
  • Save xlvg-arjun/e4f9f878b10da078449a55df6a187782 to your computer and use it in GitHub Desktop.
Save xlvg-arjun/e4f9f878b10da078449a55df6a187782 to your computer and use it in GitHub Desktop.
Functions-1
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