We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3845cba commit 989ee51Copy full SHA for 989ee51
docs/cheatsheet/basics.md
@@ -306,7 +306,6 @@ Bitwise operators operate on 32-bit binary representations of numbers:
306
| `>>` | Sign-propagating right shift | `5 >> 1` | `2` |
307
| `>>>` | Zero-fill right shift | `5 >>> 1` | `2` |
308
309
-
310
1. **Bitwise AND (`&`)**: Returns a one in each bit position where operands have ones.
311
312
```javascript
0 commit comments