Course · Section 2: JavaScript Fundamentals – Part 1 · Lecture 11: Data Types
Implement `toBool(value)` returning the boolean truthiness of `value`.
+ 1 hidden test run on Submit.
Boolean() collapses a value to its truthiness following the standard falsy list.
Run your code to see results.