We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f085f7f commit 447e59fCopy full SHA for 447e59f
04_data.md
@@ -1225,9 +1225,9 @@ console.log(name);
1225
1226
{{index null, undefined}}
1227
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.
+Note that if you try to destructure `null` or `undefined`, you get an
+error, much like you would if you'd directly try to access a property
+of those values.
1231
1232
## JSON
1233
0 commit comments