We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feda15b commit a6f45b4Copy full SHA for a6f45b4
doc/api/repl.markdown
@@ -13,7 +13,7 @@ dropped into the REPL. It has simplistic emacs line-editing.
13
```
14
$ node
15
Type '.help' for options.
16
-> a = [ 1, 2, 3];
+> a = [1, 2, 3];
17
[ 1, 2, 3 ]
18
> a.forEach((v) => {
19
... console.log(v);
0 commit comments