May 2008
Intermediate to advanced
172 pages
4h 54m
English
JavaScript does not have an integer type, but it does have bitwise operators. The
bitwise operators convert their operands from floating-point to integers and back,
so they are not nearly as efficient as they are in C or other languages. They are
rarely useful in browser applications. The similarity to the logical operators can
mask some programming errors. The bitwise option
prohibits the use of these operators.