Challenge
Test your knowledge of asynchronous operations.
We'll cover the following...
Challenge #1
Use async/await
to fetch a result from the calculateSquare(int num)
API.
//
...Test your knowledge of asynchronous operations.
Use async/await
to fetch a result from the calculateSquare(int num)
API.
//
...