Coder (codertypist)

Race #1610

View Pit Stop page for race #1610 by codertypistGhost race

View profile for Coder (codertypist)

Official speed 43.16 wpm (85.36 seconds elapsed during race)
Race Start June 2, 2018 2:06:11pm UTC
Race Finish June 2, 2018 2:07:36pm UTC
Outcome No win (3 of 5)
Opponents 2. pink_gemini (44.58 wpm)
Accuracy 93.0%
Points 36.68
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.