Exercise 2: Async and Await
Test your ability to handle promises using async and await by solving this exercise.
We'll cover the following...
Problem statement
The previous exercise uses promises for the new input file, numbers.txt
. In this exercise, you ...