fixed typos
This commit is contained in:
parent
f7f6309941
commit
a4048a8a02
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ counter++;
|
||||||
|
|
||||||
## Bitwise operators
|
## Bitwise operators
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
These operators are not JavaScript-specific. They are supported in most programming languages.
|
These operators are not JavaScript-specific. They are supported in most programming languages.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue