Type Casting

1 post tagged with "Type Casting"

February 16, 2017 · 4 min read
Any values of 0 or 1 from REST API, when type-casted to boolean returns true.
You can never trust the automatic type conversion in JavaScript when it has more than two data types.
JavaScript, Web Development, Programming