Skip to content

Commit 3034802

Browse files
problem 61 solved
1 parent 13b2669 commit 3034802

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

problem61/problem61.js

+6
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ let data = {
1919

2020

2121
/* ======== Display `habluder adda` and `Beginner` ============ */
22+
23+
const firstDisplay = data.data[0].bookDetails.name;
24+
console.log(firstDisplay);
25+
26+
const secondDisplay = data.data[1].bookCategory;
27+
console.log(secondDisplay);

0 commit comments

Comments
 (0)