Pavel (trialtry)

Race #8940

View Pit Stop page for race #8940 by trialtryGhost race

View profile for Pavel (trialtry)

Official speed 58.00 wpm (63.52 seconds elapsed during race)
Race Start January 19, 2020 12:25:52pm UTC
Race Finish January 19, 2020 12:26:55pm UTC
Outcome Win (1 of 5)
Opponents 2. man_onatree (57.06 wpm)
3. matrix_code (56.40 wpm)
4. ariffin (55.25 wpm)
Accuracy 96.0%
Points 49.30
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.