naruto (matrix_code)

Race #2352

View Pit Stop page for race #2352 by matrix_codeGhost race

View profile for naruto (matrix_code)

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