promesa sybase
This commit is contained in:
@@ -24,7 +24,7 @@ const alumno = (numeroCuenta) => {
|
||||
});
|
||||
};
|
||||
|
||||
const exec = () => {
|
||||
const exec = async () => {
|
||||
let a = await alumno('415112132');
|
||||
|
||||
console.log(a);
|
||||
|
||||
Reference in New Issue
Block a user