You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
u didn't declare " generateBtn ", tht is the querySelector of ur button of class ' .form button '
at line no. 45, u take qr code value in ur variable ' qrImg ' , but it is the src value so u can create a image with qr code value.. So, declare " qrImg.src " instead of just qrImg
The text was updated successfully, but these errors were encountered:
In ur " script.js " file, missing:
The text was updated successfully, but these errors were encountered: