79343644

Date: 2025-01-09 18:21:18
Score: 1.5
Natty:
Report link

Execute both asyncFunc() and animateFunc() in parallel:

const doBothAtOnce = Promise.all([asyncFunc(), animateFunc()]);
await doBothAtOnce;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Theo Borewit