'foo'() {
console.log('wut');
}
};
obj.foo();
Is it possible to make the functions inside this to be async?
async "foo"() { .. } won't this work?
Hi
Обсуждают сегодня