let numero = 51; if (numero % 2 === 0) { console.log("Numero par!") }else{ console.log("Numero impar!") }
To embed this project on your website, copy the following code and paste it into your website's HTML: