...

/

Challenge: Enumerated Types

Challenge: Enumerated Types

Test your skills in implementing enumerated types in this challenge.

We'll cover the following...

Problem Statement

Assume you have an app that fetches data from a remote server. Depending on the type of response received from the server, the app could have one of the following states:

...