Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #14058

Merged
merged 4 commits into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: Web/JavaScript/Reference/Operators/Exponentiation_assignment

{{jsSidebar("Operators")}}

**幂赋值**(**`**=`**)运算符将左侧变量的值设置为右操作数的幂次方
**幂赋值**(**`**=`**)对两个操作数执行[幂运算](/zh-CN/docs/Web/JavaScript/Reference/Operators/Exponentiation),并将结果赋给左操作数

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

Expand Down