Help, how can I make this to "Correct" true without change the condition. Just changing the Variable value. In JavaScript
Let Variable;
\*
If(Variable == 1 && Variable == 2 && Variable == 3)
Console.log("Correct");
else
Console.log("Incorrect");
*\