true && 1 => this will always return the last value of && if all conditions are true or false otherwise
true || 1 => this will always return the first 'truthy' value
Resources:
http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf