Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Maria Betzabe Ortega Soto (maria_ortega10)
Race Number 8
Date Fri, 16 May 2025 1:33:01
Universe code
Speed 34 WPM Try to beat?
Accuracy 93.9%
Rank 2nd place (out of 14)
Opponents alexbeltrantarqui (9th place) alexlopez114387 (3rd place) ariane_salazar (5th place) erick_vargas (4th place) pedro_serrudo (6th place) samiraarancibia123426 (8th place) sharick_chungara (7th place)

Text typed:

function calculateArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to calculate the area.'; } }
— (other) by http://www.javascriptbook.com (see stats)

Typing Review: