We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e4c8b commit 0459edfCopy full SHA for 0459edf
README.md
@@ -314,7 +314,7 @@ function sumTwo(a, b) {
314
return a + b;
315
}
316
317
-function sumThree(a, b) {
+function sumThree(a, b, c) {
318
return a + b + c;
319
320
@@ -328,7 +328,7 @@ export function sumTwo(a, b) {
328
329
330
331
-export function sumThree(a, b) {
+export function sumThree(a, b, c) {
332
333
334
```
@@ -340,7 +340,7 @@ function sumTwo(a, b) {
340
341
342
343
344
345
346
0 commit comments