...but a malfunction isn't one.
Hey there, I am new to learning so I apologize for the seemingly simple question. I'm experimenting with a theoretical logic statement that would work using javascript.
For instance:
if (issues == 99) {
malfunction != 1
}
In essence, I want it to say "If I have 99 issues, a malfunction is not one of them" in the most concise code possible. Any assistance would be greatly appreciated!!