#Miss Xing @MissXing #JavaScript
In this video, I covered 3 type conversions. They're String Conversion, Numeric Conversion, Boolean Conversion.
Boolean Conversion:
Falsy values: values that are intuitively “empty”, like 0, an empty string, null, undefined, and NaN.
Truthy values: any other value
Source code:
https://github.com/TinaXing2012/javas...