QR Code Generator QR Code Generator Enter data to encode: Generate QR Code This code creates a responsive QR Code Generator using Bootstrap for styling and the "qrcode-generator" library for QR code generation. Replace the libraries' URLs with the latest versions if needed. Customize the CSS and other aspects of the code to fit your preferences.
Country Code Finder Country Code Finder Enter Country Name: Find 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
Post a Comment