@Fardindevm
Posted
I'm using firefox and your button doesn't generate new advice for me. If it work good for you so it's from firefox cache and users with firefox browser can't see it. Add this after your fetch code to fix it. { cache: "no-cache" } like: let response = await fetch("https://api.adviceslip.com/advice", { cache: "no-cache" }) That worked for me! if that hepled, please mark this comment as a helpful comment :)
Marked as helpful
@karim769
Posted
I fixed please check and tell me if it good now @Fardindevm
@Fardindevm
Posted
Nice job Karim. it's working now! @karim769