Your shopping cart is empty!
Contact Us
function displayWord() { document.getElementById('word').innerText = wordOfTheDay.word; document.getElementById('meaning').innerText = wordOfTheDay.meaning; }