🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this Challenge, you are going to learn the basics of type assertions in Go and how you can use type assertions to retrieve the dynamic values of from interfaces
Difficulty: Beginner
In this Challenge, you are going to be working with interfaces and how to satisfy interfaces!
Difficulty: Beginner
In this challenge, you are going to need to work with JSON strings and parse JSON in Go in order to retrieve the highest dividend stocks!
Difficulty: Intermediate