How do tell JS that my api fetch link is NOT ok when it thinks it is? – Javascript
I'm having this issue with certain API's, where invalid links are still "ok". Here for the ticker symbol I typed a bunch of random letters in place of an actual ticker: ...ticker=AAsdfsPL... as opposed to ...ticker=AAPL... The API link itself…