Jerry (j27smith)

Race #71

View Pit Stop page for race #71 by j27smithGhost race

View profile for Jerry (j27smith)

Official speed 31.01 wpm (118.80 seconds elapsed during race)
Race Start December 8, 2018 3:23:14am UTC
Race Finish December 8, 2018 3:25:13am UTC
Outcome Win (1 of 4)
Accuracy 94.0%
Points 26.36
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.