Skip to content

Commit 447e59f

Browse files
committed
Clarify sentence in Chapter 4
Issue marijnh#352
1 parent f085f7f commit 447e59f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

04_data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,9 +1225,9 @@ console.log(name);
12251225

12261226
{{index null, undefined}}
12271227

1228-
Note that if the value given to such a destructuring binding is `null`
1229-
or `undefined`, you get an error, much like you would if you'd
1230-
directly try to access a property of those values.
1228+
Note that if you try to destructure `null` or `undefined`, you get an
1229+
error, much like you would if you'd directly try to access a property
1230+
of those values.
12311231

12321232
## JSON
12331233

0 commit comments

Comments
 (0)