data={}
Base ().then((d)=>{data={... data} return d }).catch ((e)=>{console.log(e)})
?
What's Base? I don't know a keyword like that.
data = { ...data } This seems to do nothing useful. What does your Base() function resolve to?
uhh wat?
we are not at the level where AI code can fix "mental collapse".
Same as: let data = {}; Base().catch(e => console.log(e));
Обсуждают сегодня