Last active
January 12, 2022 22:25
-
-
Save HussainArif12/6b15d8b3ed19f1e9735916886b4eb4a4 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
//file: index.js | |
if (argv.a && argv.c) { | |
addEntry([argv.c, argv.a]); | |
console.log("Added expense: ", argv.c, argv.a); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment