generate functionThu, 18 May 2023

crea una función en js llamada "next_pal()"

function next_pal(){ var num = prompt("Escribe un número:"); var next_num = parseInt(num) + 1; console.log(next_num); }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant