Select Countries to Compare
\n \nComparison Results
\n \n\n \n
\n Compare economic indicators of countries with a dash of humor!
Made with ❤️ by EconCompare
Compare economic indicators of countries with a dash of humor!
\nGDP: ${getRandomNumber()} vs ${getRandomNumber()}
\nUnemployment Rate: ${getRandomNumber()}% vs ${getRandomNumber()}%
\nInflation Rate: ${getRandomNumber()}% vs ${getRandomNumber()}%
\n `;\n\n document.getElementById('comparison-data').innerHTML = comparisonData;\n document.getElementById('joke').textContent = jokes[Math.floor(Math.random() * jokes.length)];\n document.getElementById('results').classList.remove('hidden');\n }\n});\n\nfunction getRandomNumber() {\n return (Math.random() * 100).toFixed(2);\n}\n---end---"GDP: ${getRandomNumber()} vs ${getRandomNumber()}
Unemployment Rate: ${getRandomNumber()}% vs ${getRandomNumber()}%
Inflation Rate: ${getRandomNumber()}% vs ${getRandomNumber()}%