Arsh Saxena
Arsh Saxena
Is this migration completed?
@meetDeveloper?
@meetDeveloper, this issue still exists even after the migration.
const wrapper = document.querySelector(".dictionary-container"), searchInput = wrapper.querySelector("input"), volume = wrapper.querySelector(".word i"), infoText = wrapper.querySelector(".info-text"), synonyms = wrapper.querySelector(".synonyms .list"), removeIcon = wrapper.querySelector(".search span"); let audio; function data(result, word){ if(result.title){ infoText.innerHTML =...
Please ignore the indentation. Also, the messy formatting. This is the complete JS code.