I have a part of code on TypeScript or CoffeScript, but I need it on vanilla, can you help me?
da.getMatchHistory(options).then((result) => {
console.log(result);
}, (errorResponseStatusText) => {
console.log(errorResponseStatusText);
});
I have a part of code on TypeScript or CoffeScript, but I need it on vanilla, can you help me?
da.getMatchHistory(options).then((result) => {
console.log(result);
}, (errorResponseStatusText) => {
console.log(errorResponseStatusText);
});
Copyright © 2021 Jogjafile Inc.
I think it is javascript with arrows ...