Boolean coercion: In javascript coercion, all values are converted to true except for the following values which are coerced to false:
1 | console.log(!!""); // false |
Boolean coercion: In javascript coercion, all values are converted to true except for the following values which are coerced to false:
1 | console.log(!!""); // false |