Boolean to integer conversion May 9, 2023 by Tarik +true //=> 1 +false //=> 0 +!true //=> 0 +!false //=> 1