We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2f7af commit 458601dCopy full SHA for 458601d
util.js
@@ -6,7 +6,7 @@ function add(a, b) {
6
console.log('YAY')
7
console.log(`YAY`)
8
return a + b;
9
- }
+ }
10
11
// Function to subtract two numbers
12
function subtract(a, b) {
0 commit comments