Race Result Details |
Racer | Brian (eeyjnairb) |
Race Number | 527 |
Date | Wed, 28 Nov 2018 19:02:30 |
Speed |
83 WPM
![]() |
Accuracy | 96.5% |
Rank | 2nd place (out of 3) |
Opponents | johnbailey (1st place) |
Text typed:
JavaScript is very flexible about the types of values it requires. We've seen this for booleans: when JavaScript expects a boolean value, you may supply a value of any type, and JavaScript will convert it as needed. Some values ("truthy" values) convert to true and others ("falsy" values) convert to false.
—
JavaScript: The Definitive Guide
|