We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85daf5a commit a5e3993Copy full SHA for a5e3993
Destructuring.md
@@ -24,7 +24,7 @@ console.log(data);
24
25
/*
26
1. An object with various key, value pairs
27
-2. Using destructuring to get to only the values we need from an object.
+2. Using destructuring to get to only the properties we need from an object.
28
3. Prints out only the { data } key,value pair
29
*/
30
0 commit comments