Skip to content

Commit 43c63f3

Browse files
committed
md JS Nested Destructuring line:196 must = user
1 parent bf89592 commit 43c63f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,6 @@ const user = {
193193
}
194194
}
195195
196-
const { education : { degree } }
196+
const { education : { degree } } = user;
197197
console.log(degree) //Masters
198198
```

0 commit comments

Comments
 (0)