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 b617a81 commit 88ebfbdCopy full SHA for 88ebfbd
app/index.js
@@ -29,7 +29,7 @@ double(8);
29
//with a single argument coming in, you can also omit the () around it. like the following
30
// const double1 = number => return 2 * number;
31
//
32
-// double1(8);got a
+// double1(8);
33
34
const numbers = [1,2,3];
35
0 commit comments