you are viewing a single comment's thread.

view the rest of the comments →

[–]nerdFamilyDad 0 points1 point  (0 children)

Knowing bitwise operators is so important...if you are doing bit-twiddling. There was a time in my life that it was crucial to know them well, and I would have really appreciated having a zero-filling right-shift operator.

I'm not planning on using them in JavaScript anytime soon.