Skip to content

Lack of more examples on the README #30

@Kazbonfim

Description

@Kazbonfim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions