|
|
|
|
|
by c0wb0yc0d3r
1502 days ago
|
|
JavaScript does have bitwise operators. Something I was surprised by was that numbers are stored as 64 bit while all of the bitwise operators operate on 32 but numbers. This means that every operation results in a number conversion first. |
|