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 7a7269b commit 9efe4d2Copy full SHA for 9efe4d2
how-to-write-code/test-1.js
@@ -0,0 +1,6 @@
1
+const input = require('readline-sync');
2
+
3
+let info = input.question("Please enter your age:21 ");
4
+//The user enters 25.
5
6
+console.log(typeof "info")
0 commit comments