Skip to content

Commit 3eb35ad

Browse files
problem 56 completed
1 parent 61802d3 commit 3eb35ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

problem56/problem56.js

+6
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ How will you get the output `[uses 2D matrix concept]`
4343
4444
*/
4545

46+
47+
const firstOutput = data[3].pHeroCourses['course-xyz'];
48+
console.log(firstOutput);
49+
50+
const secondOutput = data[3].locationField['en-US'].lon;
51+
console.log(secondOutput);

0 commit comments

Comments
 (0)