Jason (bliuejay)

Race #73

View Pit Stop page for race #73 by bliuejayGhost race

View profile for Jason (bliuejay)

Official speed 61.69 wpm (59.72 seconds elapsed during race)
Race Start September 20, 2019 7:02:42pm UTC
Race Finish September 20, 2019 7:03:42pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 52.44
Text #3641245 (Length: 307 characters)

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.