Fix link to MDN bitwise operator docs in (2.18)Javascript specials
The permalink to bitwise operator was incorrect.The link before took to the correct page but not to bitwise operator docs subheading.
This commit is contained in:
parent
00689d3b0c
commit
28bcd0d7d4
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ Assignments
|
|||
: There is a simple assignment: `a = b` and combined ones like `a *= 2`.
|
||||
|
||||
Bitwise
|
||||
: Bitwise operators work with 32-bit integers at the lowest, bit-level: see the [docs](mdn:/JavaScript/Guide/Expressions_and_Operators#Bitwise) when they are needed.
|
||||
: Bitwise operators work with 32-bit integers at the lowest, bit-level: see the [docs](mdn:/JavaScript/Guide/Expressions_and_Operators#bitwise_operators) when they are needed.
|
||||
|
||||
Conditional
|
||||
: The only operator with three parameters: `cond ? resultA : resultB`. If `cond` is truthy, returns `resultA`, otherwise `resultB`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue