You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was studying right now, and i've noticed that the oficial doc don't have the same lines that my professor is using - and i am thinking, why this? There is a different session i've not gon' through?
I was studying right now, and i've noticed that the oficial doc don't have the same lines that my professor is using - and i am thinking, why this? There is a different session i've not gon' through?
The lines where:
`const readline = require('readline').createInterface({
input: process.stdin,
output: process.stdout,
});
readline.question("Qual a sua linguagem preferida? ", (language) => {
console.log(
A minha linguagem preferida é: ${language}
);readline.close()
});
`
The text was updated successfully, but these errors were encountered: