Now let's create an asynchronous version of the square method as we did with the synchronous one. In order to get started, we'll define the function first and then we'll worry about writing that test.
Now let's create an asynchronous version of the square method as we did with the synchronous one. In order to get started, we'll define the function first and then we'll worry about writing that test.