cWerning

583
reputation
1
5
15

let cWerning = () => { return new Promise( resolve => resolve('Fix your code') }

await cWerning()