Skip to content

Commit fd151d3

Browse files
committed
comment edited
1 parent 6d03157 commit fd151d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mrnazu/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if (operation === 'add') {
1919

2020
// Check if the operation is subtraction
2121
if (operation === 'subtract') {
22-
// Print the result of subtraction to the console
23-
console.log(`${operation} is ${operator1 - operator2}`);
22+
// Print the result of subtraction to the console in anotehr way
23+
console.log(`Subtraction of these numbers: ${operator1 - operator2}`);
2424
}
2525

2626
// Check if the operation is multiplication

0 commit comments

Comments
 (0)