We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d03157 commit fd151d3Copy full SHA for fd151d3
mrnazu/app.js
@@ -19,8 +19,8 @@ if (operation === 'add') {
19
20
// Check if the operation is subtraction
21
if (operation === 'subtract') {
22
- // Print the result of subtraction to the console
23
- console.log(`${operation} is ${operator1 - operator2}`);
+ // Print the result of subtraction to the console in anotehr way
+ console.log(`Subtraction of these numbers: ${operator1 - operator2}`);
24
}
25
26
// Check if the operation is multiplication
0 commit comments