We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2d314 commit 6d03157Copy full SHA for 6d03157
mrnazu/app.js
@@ -1,7 +1,7 @@
1
// Get command line arguments using the process object
2
const argvs = process.argv;
3
4
-// Extract relevant command line arguments, excluding 'node' and script file name
+// Extract relevant command line arguments, excluding 'node' and script file name in my case 'app.js'
5
const argv = argvs.slice(2);
6
7
// Extract the operation (add, subtract, multiply, divide) from command line arguments
0 commit comments