javascript then que devuelve code example
Example: cadena promesas javascript
readFile('./archivo.txt')
.then(readFile)
.then(data => console.log(data))
.catch(error => console.error(error));
readFile('./archivo.txt')
.then(readFile)
.then(data => console.log(data))
.catch(error => console.error(error));