Daily iOS
NetworkingDoorDash

Provided completion code and choosing an async style

In a coding screen the company hands you completion-handler-based networking code and a JSON file, asks for a list screen, and says you can use async/await, Combine, or completion handlers. Which would you choose, and how would you connect the provided code?

Submit