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 25cb921 commit 1e34bbeCopy full SHA for 1e34bbe
code/solutions/11_3_comments.js
@@ -8,5 +8,5 @@ console.log(parse("# hello\nx"));
8
9
console.log(parse("a # one\n # two\n()"));
10
// → {type: "apply",
11
-// operator: {type: "word", name: "x"},
+// operator: {type: "word", name: "a"},
12
// args: []}
0 commit comments