Jun 29, 2024
Personally, I'd look for the code that delays in `Sleep~, not in the definition for how long to do so. Also, you don't need await in calls to async. You can also treat that function as a promise.
Personally, I'd look for the code that delays in `Sleep~, not in the definition for how long to do so. Also, you don't need await in calls to async. You can also treat that function as a promise.
Full Stack developer at fintech company. I mainly write about React, Javascript, Typescript, and testing.