Generation

generate functionFri, 21 Apr 2023

generar codigo QR

function generar_qr(texto) { if (texto.length >= 100) { return "El texto es demasiado largo" } return "https://api.qrserver.com/v1/create-qr-code/?data=" + texto + "&size=250x250" }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant