What was being tested?
The underlying experiment was about using React Query against the public PokeAPI. A guessing game gave the data layer a clear job: fetch one Pokemon at a time, reuse entries that were already seen, and keep the round flow fast when the same data appeared again.