Skip to content

Commit 8d4e22a

Browse files
survivor
1 parent 6414bac commit 8d4e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrays-and-objects/destructuring-naming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const userDetails = {
1111
street: "13B, cosmos estate",
1212
},
1313
},
14-
occupation: "student",
14+
occupation: "sofrware guy",
1515
};
1616

1717
const {

0 commit comments

Comments
 (0)