Skip to content

Commit

Permalink
fix the bold style (#31824)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Jan 20, 2024
1 parent 1fc8a1c commit 18ff4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: javascript.operators.exponentiation

{{jsSidebar("Operators")}}

The **exponentiation (`**`)\*\* operator returns the result of raising the first operand to the power of the second operand. It is equivalent to {{jsxref("Math.pow()")}}, except it also accepts [BigInts](/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) as operands.
The **exponentiation (`**`)** operator returns the result of raising the first operand to the power of the second operand. It is equivalent to {{jsxref("Math.pow()")}}, except it also accepts [BigInts](/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) as operands.

{{EmbedInteractiveExample("pages/js/expressions-exponentiation.html")}}

Expand Down

0 comments on commit 18ff4e5

Please sign in to comment.