const egPopularList = [{"rank":1,"slug":"pokemon-sword-and-shield-trade-codes-version-exclusives","count":"339","title":"List of trade codes for Pokémon Sword and Shield version exclusives"},{"rank":2,"slug":"","count":"158","title":"PS5 price"},{"rank":3,"slug":"pokemon-sword-and-shield-more-link-codes-for-specific-trades","count":"155","title":"Pokémon Sword and Shield: More Link Codes for specific trades"},{"rank":4,"slug":"xqc-under-fire-from-among-us-community-over-fall-out-with-5up","count":"68","title":"XQc under fire from Among Us community over fall out with 5up"},{"rank":5,"slug":"giveaway-time-you-can-win-a-playstation-5-just-by-joining-the-daily-esports-forums","count":"57","title":"Giveaway Time! You can win a PlayStation 5 just by posting on the Daily Esports forums - Daily Esports"},{"rank":6,"slug":"black-ops-cold-war-players-cant-unlock-diamond-camo-thanks-to-a-bug","count":"49","title":"Black Ops Cold War players can't unlock Diamond camo thanks to a bug"},{"rank":7,"slug":"","count":"43","title":"Saints Row 5"},{"rank":8,"slug":"how-to-instantly-boost-your-framerate-by-10-20-in-cyberpunk-2077-on-pc","count":"42","title":"How to instantly boost your framerate by 10-20 in Cyberpunk 2077 on PC"},{"rank":9,"slug":"dream-responds-to-cheating-accusations-for-minecraft-speedrun","count":"31","title":"Dream responds to cheating accusations for Minecraft speedrun"},{"rank":10,"slug":"how-to-tell-if-a-pokemon-is-hacked-in-sword-and-shield","count":"18","title":"How to tell if a Pokémon is hacked in Sword and Shield"}] const egPopularTag = document.querySelector('#eg-popular-threads') for (let egThread of egPopularList) { if (egThread.slug) { let egItem = document.createElement('li') egItem.innerHTML = ''+ egThread.title +''+ egThread.count +'' egPopularTag.appendChild(egItem) } }