Friday, November 26, 2021

QR tools

 

Resources:

[1] Url to QR code https://www.the-qrcode-generator.com

[2] Text to QR code https://goqr.me


No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...