Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 18 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /