When you are a web developer and it's cold at work [JS]

Words
31
Reading
1 min
Listen
Play
9y

Just discovered that javascript can solve this problem too :D

(run this multiple times, depending on how many cores your processor has and how much power you need for your work)

<script>
var heater = 1;
while (1)
{
    heater = heater + 0.000001;
}
</script>
When you are a web developer and it's cold at work [JS] | Ecency