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 434af06 commit dc965f3Copy full SHA for dc965f3
tests/nodejs8/runbox/script.js
@@ -1,6 +1,6 @@
1
-var readline = require('readline');
+const readline = require('readline');
2
3
-var rl = readline.createInterface({
+const rl = readline.createInterface({
4
input: process.stdin,
5
output: process.stdout,
6
terminal: false
tests/nodejs8/script.js
0 commit comments