BLOG

Latest Articles

Using not (!) inside 'if' statement in JS [SOLVED]

If you want to negate a if statement, we can do so using the NOT operator which reverses the Boolean value, and so changes it from true to false or from false …

By olorunfemiakinlua · 2 min read · JavaScript