Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of more examples on the README #30

Open
Kazbonfim opened this issue Jun 9, 2024 · 0 comments
Open

Lack of more examples on the README #30

Kazbonfim opened this issue Jun 9, 2024 · 0 comments

Comments

@Kazbonfim
Copy link

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()
});
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant