Skip to content

Commit 3d70430

Browse files
problem 52 solved
1 parent c7fbac3 commit 3d70430

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

problem52/problem52.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ let data = {
2828
}
2929
]
3030
};
31+
32+
const cityOfData = data.location[0].city;
33+
console.log(cityOfData);

0 commit comments

Comments
 (0)