Skip to content

Commit e1622a7

Browse files
problem 59 completed
1 parent 22dffdf commit e1622a7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

problem59/problem59.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,15 @@ How will you display
2424
- VW
2525
- Bangladesh
2626
27-
*/
27+
*/
28+
29+
30+
const firstDisplayItem = instructor['additionalData']['books'][1];
31+
console.log(firstDisplayItem);
32+
33+
const secondDisplayItem = instructor.additionalData.moreDetails.hometown.state;
34+
console.log(secondDisplayItem);
35+
36+
const thirdDisplayItem = instructor['additionalData']['moreDetails']['countriesLivedIn'][0];
37+
console.log(thirdDisplayItem);
38+

0 commit comments

Comments
 (0)