SyntaxFix
Write A Post
Hire A Developer
Questions
here is my example:
if(userAnswer==="Yes"||"yes"||"YeS"){ console.log("Too Bad!"); }
This says that if the answer is Yes yes or YeS than the same thing will happen