We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e73ac commit a895a97Copy full SHA for a895a97
src/callbacks.js
@@ -50,7 +50,7 @@ sumNums(5, 10, (sum) => {
50
console.log(`The sum is ${sum}.`);
51
});
52
53
-// Write a function called multiplyNums that adds two numbers and passes the result to the callback
+// Write a function called multiplyNums that multiplies two numbers and passes the result to the callback
54
// code here
55
56
multiplyNums(5, 10, (product) => {
0 commit comments