stmcpeters / Techtonica-Assignments

0 stars 2 forks source link

trivia-game: decoding HTML entities/special characters in API response #19

Open stmcpeters opened 1 month ago

stmcpeters commented 1 month ago

a feature i'd like to add to my trivia-game project is decoding HTML entities/special characters (ex. & ""/'') within questions fetched from API. i've found 2 possible solutions for this issue on a Stack Overflow post.

themagicianking commented 1 month ago

I can take this issue! :)

stmcpeters commented 1 month ago

thank you! :D