Skip to content

Commit 91cfd49

Browse files
problem 58 solved
1 parent 5f92384 commit 91cfd49

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

problem58/problem58.js

+18
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,21 @@ let students = {
2323
},
2424
};
2525

26+
27+
28+
29+
30+
/*=========================================
31+
Display:
32+
1. Petersbur
33+
2. Herry
34+
============================================ */
35+
36+
37+
const firstDisplayValue = students['2222']['address']['city'];
38+
console.log(firstDisplayValue);
39+
40+
41+
const secondDisplayValue = students['3333']['name'];
42+
console.log(secondDisplayValue);
43+

0 commit comments

Comments
 (0)