Codevty (tayyab_fareed)

Race #695

View Pit Stop page for race #695 by tayyab_fareedGhost race

View profile for Codevty (tayyab_fareed)

Official speed 39.18 wpm (94.03 seconds elapsed during race)
Race Start December 8, 2017 10:21:09am UTC
Race Finish December 8, 2017 10:22:43am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 33.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.