Hi, > if (someBoolean === false)
II think you may be missing the point? The issue is with: if (someBoolean == false) Not: if (someBoolean === false) Thanks, Justin
Hi, > if (someBoolean === false)
II think you may be missing the point? The issue is with: if (someBoolean == false) Not: if (someBoolean === false) Thanks, Justin