Cody (codtech)

Race #237

View Pit Stop page for race #237 by codtechGhost race

View profile for Cody (codtech)

Official speed 46.73 wpm (78.84 seconds elapsed during race)
Race Start May 2, 2019 3:02:03pm UTC
Race Finish May 2, 2019 3:03:22pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 39.72
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.