On page load, all the screens are hidden except for the start screen
When the start button is clicked, it runs the "main()" function
In this function, it first calls the fetch function and puts the results into a variable called "wordData"
"wordData" can be used to get the word, definition and example sentence [ ie, wordData.example ]
I also updated and added the function that plays the TTS audio and removed the script for the TTS because I found a way better way of doing it that doesn't require it.
This function is called "playVoice()" and you send the sentence to that function [ ie, playVoice(sentence); ]
Then I added a couple temporary animations just cuz they are easy to make
So heres what I added: