79441629

Date: 2025-02-15 13:54:58
Score: 1
Natty:
Report link

With the latest nodejs.

import { setTimeout as sleep} from 'node:timers/promises';

(async () => {
   console.log('a');
   await sleep(2000);
   console.log('b');
})();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rahul Radhakrishnan