Skip to content

Commit fd01bae

Browse files
problem57 completed
1 parent 45adf71 commit fd01bae

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

problem57/problem57.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,12 @@ let activities = {
2525
How will you get the output
2626
abc
2727
xyz
28-
*/
28+
*/
29+
30+
31+
const firstOutput = activities['activity1'][0]['song_list']['song_1'];
32+
console.log(firstOutput);
33+
34+
const secondOutput = activities['activity1'][1]['song_list']['song_2'];
35+
console.log(secondOutput);
36+

0 commit comments

Comments
 (0)