Nadie ha calificado esta reseña como útil todavía
Recomendado
0.0 h las últimas dos semanas / 4.8 h registradas
Publicada el 1 JUL 2022 a las 9:48
Actualizada el 1 JUL 2022 a las 9:52

const opinion = [
"positive",
"I like the concept of the game, but the menu and the functions are bloated, I often lose the track and I forget what I
should do next, this is a fun way to learn JavaScript for some people, but I learned languages on my own way which helps
me more than such games. This game could be overwhelming for many beginners to programming. I would recommend
this game for people who understand JavaScript on a beginner-intermediate level and not complete beginners, but that
should be obvious."
]
var opinion_is_positive;
var opinion_is_negative;

function opinion_bool_manager(bool) {
if (bool === true) {
opinion_is_negative = false
opinion_is_positive = true
} else {
opinion_is_negative = true
opinion_is_positive = false
}
};

if (opinion) {
if (opinion[0] === "positive") {
opinion_bool_manager(true)
console.log(opinion[1])
} else {
opinion_bool_manager(false)
console.log(opinion[1])
}
}
¿Te ha sido útil esta reseña? No Divertida Premiar
1 comentarios
76561199768231817 7 SEP 2024 a las 0:47 
OMG, this is so complicated! 🤯 I'm not a programmer, so this is all Greek to me. Maybe you should just make a simpler game that's easier to understand. 🤷‍♀️