Text race history for twitch.tv/CGreyIce (imslow10)

Back to text analysis page

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.'; } }

Game Time WPM Accuracy
4 2025-07-15 14:59:40 59.87 96%
1 2024-02-20 16:56:32 57.85 95.3%