Chandra Prakash Tiwari
Chandra Prakash Tiwari
Please share your test code.
Yes, I get it. This is happening because, in the course Stephen added the test before adding the HOC and Middlewares. As after this Stephen did not added the test...
> @cptiwari20 agreed, but your's also failing https://github.com/cptiwari20/Advance-react-project, similar to this fashion. I followed the course, that's why it is failing.
just get the coins and select the property from each object eg; if we want to get the top 100 coins; ``` coinmarketcap.multi(coins => { var coins = coins.getTop(100); console.log(coins)...
Looking for some solution!!