Skip to content

Commit f6c4fcd

Browse files
authored
Merge pull request #433 from gabrugiere/destructuring-assignment-correction
Syntax correction of the Destructuring assignment page
2 parents bb1ac8d + 99ac194 commit f6c4fcd

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/10-destructuring-assignment

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-destructuring-assignment/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ for (let [key, value] of user) {
130130
```
131131
````
132132

133-
```smart header="Astuce d'échange de variables"
133+
````smart header="Astuce d'échange de variables"
134134
Il existe une astuce bien connue pour permuter les valeurs de deux variables à l'aide d'une affectation de déstructuration :
135135
136136
```js run

0 commit comments

Comments
 (0)