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.
// Assume this function takes long time to return in
...