Skip to content

Commit 6d03157

Browse files
committed
comment edited again
1 parent 3a2d314 commit 6d03157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrnazu/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Get command line arguments using the process object
22
const argvs = process.argv;
33

4-
// Extract relevant command line arguments, excluding 'node' and script file name
4+
// Extract relevant command line arguments, excluding 'node' and script file name in my case 'app.js'
55
const argv = argvs.slice(2);
66

77
// Extract the operation (add, subtract, multiply, divide) from command line arguments

0 commit comments

Comments
 (0)