Acting | Modeling | Singing | Photography Jobs

function checkAnswer() { let userAnswer = document.getElementById('answer').value; if (userAnswer.toLowerCase() === wordOfTheDay.meaning.toLowerCase()) { alert('Correct!'); } else { alert(`Sorry, that's incorrect. The correct answer is ${wordOfTheDay.meaning}.`); } }

<script src="script.js"></script> </body> </html>

let wordOfTheDay = getRandomWord(); // Assume getRandomWord() function fetches a word from the database/list

chat icon
Pranjali & 104 other artists have recently updated their portfolio. Check it out! ×