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 699146f commit c284d94Copy full SHA for c284d94
1 file changed
Bit-Manipulation/SetBit.js
@@ -7,7 +7,7 @@
7
* bit binary representations of the number and
8
* returns a number after comparing each bit.
9
*
10
- * 0 | 0 -> 0
+ * 0 | 0 -> 0
11
* 0 | 1 -> 1
12
* 1 | 0 -> 1
13
* 1 | 1 -> 1
@@ -20,7 +20,7 @@
20
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR
21
*/
22
23
-/**
+/*
24
* @param {number} number
25
* @param {number} bitPosition - zero based.
26
* @return {number}
0 commit comments