back

by porridgeraisin·9mo ago·view on hn ↗
Is it some sort of "hacker" thing to use hexadecimal numbers even in small for loops?

> for (let i = 0x0; i < 0x3; i++) { document.title = t + i; // Each burst performs 3 sequential updates } this.counter += 0x3;

I suppose the thing is AI generated anyways. Oh well

1 comments
"Hey, look at me, I'm using the hex 3, not the boring old 3 you plain people know..."