Skip to content

Instantly share code, notes, and snippets.

@made-by-chris
Created July 11, 2014 19:30
Show Gist options
  • Save made-by-chris/e7d59c186b35d7a4ce40 to your computer and use it in GitHub Desktop.
Save made-by-chris/e7d59c186b35d7a4ce40 to your computer and use it in GitHub Desktop.
for(i = 0;i < 10; i++){
console.log(process.argv[2[i]]);
}
@made-by-chris
Copy link
Author

which i then pass - node program.js 2 2 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment