Content
@
0 reply
0 recast
0 reaction
Sunny
@sunny90
🔄 Tip: Use try...catch for error handling in async functions: try { await someFunc(); } catch (e) { console.error(e); }
0 reply
0 recast
0 reaction