Skip to content

Instantly share code, notes, and snippets.

@alkayesdev
Last active October 3, 2018 21:19
Show Gist options
  • Select an option

  • Save alkayesdev/e66647324a986b3f13a858d3698bc8d5 to your computer and use it in GitHub Desktop.

Select an option

Save alkayesdev/e66647324a986b3f13a858d3698bc8d5 to your computer and use it in GitHub Desktop.
let x = parseInt(process.argv [2]);
let y = parseInt (process.argv[3]);
console.log (x - y);
console.log (x / y);
console.log (x * y);
@theanam
Copy link

theanam commented Oct 3, 2018

Nice!

@Imranpranto
Copy link

Nice

@alkayesdev
Copy link
Author

thanks

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