ecmascript-types icon indicating copy to clipboard operation
ecmascript-types copied to clipboard

Define implicit type conversion to boolean for each type

Open sirisian opened this issue 8 years ago • 0 comments

Refer to this: https://dorey.github.io/JavaScript-Equality-Table/

Type conversions to boolean should be clearly defined when used in conditional statements.

Basic tag has been created: https://github.com/sirisian/ecmascript-types#if-else

Need to include ternary operator considerations if applicable.

sirisian avatar Jul 12 '17 17:07 sirisian