Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo assignment page fix
Browse files Browse the repository at this point in the history
gagan-bhullar-tech committed Dec 11, 2024
1 parent c929908 commit b689ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ Note that the implication of the above is that, contrary to popular misinformati

### Assignment with destructuring

The left-hand side of can also be an assignment pattern. This allows assigning to multiple variables at once.
The left-hand side can also be an assignment pattern. This allows assigning to multiple variables at once.

```js
const result = /(a+)(b+)(c+)/.exec("aaabcc");

0 comments on commit b689ea1

Please sign in to comment.