Let’s use the sleep function that you’ve just implemented.
- add a second parameter
delayto the functionwriteLog - sleep for
delaymilliseconds after printing each character - don’t forget the
asyncand `await keywords!
This task is part of the Full-Stack JavaScript Course.
If you have any issues with it, you can ask for community help below the post.
Feel free to help others if you’ve already solved the task.