We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a60ac2 commit 99727e4Copy full SHA for 99727e4
app.js
@@ -2,7 +2,8 @@ const input = document.querySelector('.qr-text');
2
const qrImg = document.querySelector('.qr-img');
3
const downloadBtn = document.querySelector('.download-btn');
4
5
-let userText, link;
+let userText = 'Hello, World !';
6
+let link;
7
8
function handleQR() {
9
userText = this.value;
0 commit comments