const qrCodeContainer = document.getElementById('qrCodeContainer'); const qrCode = new QRCode(qrCodeContainer, 'https://www.example.com');