ropering / Study

0 stars 0 forks source link

[Javascript] async await #30

Open ropering opened 2 years ago

ropering commented 2 years ago
const test = async () => {
    await xxxx // console.log('test');
}