Skip to content

Commit a5e3993

Browse files
authored
Update Destructuring.md
1 parent 85daf5a commit a5e3993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ console.log(data);
2424

2525
/*
2626
1. An object with various key, value pairs
27-
2. Using destructuring to get to only the values we need from an object.
27+
2. Using destructuring to get to only the properties we need from an object.
2828
3. Prints out only the { data } key,value pair
2929
*/
3030

0 commit comments

Comments
 (0)