DEV Community

Discussion on: What's your promise for 2018?

Collapse
 
ethanarrowood profile image
Ethan Arrowood

I think I'm going to try for:

const Year2018 = async () => {
try {
let success = await workHarder();
console.log(Keep working hard!);
} catch (err) {
console.log(Learn from your mistakes);
}
}