Skip to content

Commit 989ee51

Browse files
committed
new
1 parent 3845cba commit 989ee51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/cheatsheet/basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ Bitwise operators operate on 32-bit binary representations of numbers:
306306
| `>>` | Sign-propagating right shift | `5 >> 1` | `2` |
307307
| `>>>` | Zero-fill right shift | `5 >>> 1` | `2` |
308308
309-
310309
1. **Bitwise AND (`&`)**: Returns a one in each bit position where operands have ones.
311310
312311
```javascript

0 commit comments

Comments
 (0)