Sujeev (sujeev)

Race #97

View Pit Stop page for race #97 by sujeevGhost race

View profile for Sujeev (sujeev)

Official speed 48.81 wpm (75.48 seconds elapsed during race)
Race Start June 19, 2019 11:52:32am UTC
Race Finish June 19, 2019 11:53:48am UTC
Outcome No win (3 of 5)
Accuracy 99.0%
Points 41.48
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.