Convert the entity type to human readable text in JSX

Viewed 29

My browser display this type of sentence (entity). CHECK IMAGE HERE

I want to convert the sentence like:

Which Canadian reggae musician had a 1993 hit with the song 'Informer'?

I'm just only fetch the data from https://opentdb.com/api.php?amount=5

I'm also using JSX. Is there a way to convert those texts into human-readable text?

0 Answers
Related