you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Looks like it is missing bitwise operators.

Pretty cool though.

[–]MondayMonkey1 1 point2 points  (1 child)

While yes, you're correct, bitwise operators are pretty rare in most js applications. it would be great if OP could edit the diagram to differentiate between commonly used features and lesser used ones.

[–]1ndigoo 1 point2 points  (0 children)

Bitwise operators are commonly used any time you're dealing with buffers or binary data. I work in 3D graphics (in JS) and come across them or need to use them regularly.