Can someone please help me? Why doesn't it execute: This is the second line? What did I do wrong?
let x = 11;
let number = x => 0 && x >= 10;
if (number) {
document.write('This is the first line.');
} else {
document.write('This is the second line.');
}
Aucun commentaire:
Enregistrer un commentaire