@JeremyLT
@bbsmooth
I was trying to simplify my problem but I got confused, So here is the actual problem :
I’m trying to use the breaking bad API, I want to get episodes by season, the API doesn’t provide that option, So I want to get all seasons that has the same value
The API returns an array, but when I check its type, it prints “Object” and that made me confused, Here’s my code