We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af57b6f commit 3e05be7Copy full SHA for 3e05be7
file-handling.js
@@ -5,7 +5,7 @@ const rl = readline.createInterface({
5
output: process.stdout
6
});
7
8
-rl.question('What is your favorite food? ', answer => {
9
- console.log(`Oh!, so your favorite food is ${answer}`);
+rl.question('\nWhat is your favorite food? ', answer => {
+ console.log(`\nOh!, so your favorite food is ${answer}`);
10
rl.close();
11
0 commit comments