International Country Code



Country Code Finder

Country Code Finder

document.getElementById("findBtn").addEventListener("click", function() { const countryName = document.getElementById("countryName").value; const resultElement = document.getElementById("result"); if (countryCodes.hasOwnProperty(countryName)) { const countryCode = countryCodes[countryName]; resultElement.innerHTML = `

${countryName}'s country code is ${countryCode}

`; } else { resultElement.innerHTML = `

Country not found. Please check the spelling and try again.

`; } });

Comments

Popular posts from this blog

QR code Genarator

Fast calculator