Stop using logical NOT ! and casting using double exclamation mark !! in JavaScript / TypeScript

15 March 2021 | Category: Clean Code | Comments (0)

A word of introduction

Exclamation mark ! is the logical NOT (!) operator (logical complement, negation) that takes truth to falsity and vice versa[……]

Read more