| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bcf55d2 commit bc11bf4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,7 @@ nothing is displayed. | |||
| 69 | 69 | Example usage: | |
| 70 | 70 | ||
| 71 | 71 | ```js | |
| 72 | - interface.question('What is your favorite food?', (answer) => { | ||
| 72 | + rl.question('What is your favorite food?', (answer) => { | ||
| 73 | 73 | console.log(`Oh, so your favorite food is ${answer}`); | |
| 74 | 74 | }); | |
| 75 | 75 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments