We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a626e6 + a4048a8 commit dc5582bCopy full SHA for dc5582b
1-js/02-first-steps/07-operators/article.md
@@ -347,7 +347,7 @@ counter++;
347
348
## Bitwise operators
349
350
-Bitwise operators treat arguments as 32-bit interger numbers and work on the level on their binary representation.
+Bitwise operators treat arguments as 32-bit integer numbers and work on the level of their binary representation.
351
352
These operators are not JavaScript-specific. They are supported in most programming languages.
353
0 commit comments