So I get all the info on the book and so forth from the google api, but I now need to get the book title and the description of the book. I have searched for info on this but can’t seem to find anything that helps with this.
Can someone please help me here and help me understand how to get the title and description of the API?
Yes, thats true, but as stated the isbn is just this book, so that helps. I will certainly give it a go and let you know how it went. I will post my finding if I succeed
How will I know where to search as with the code above I start with the declared variable but in the API, the info is not in a variable, I just use the fetch() function to call the data so I don’t know if I’m wrong? Possibly overthinking this at the moment though…
Firstly, thank you though, helped knowing someone is there to assist but was much better finding the solution on my own.
That is way shorter, but was told we are not permitted to use arrow function for this task, however, I will add it to my notes for further study and to grow my knowledge.
I will be searching destructuring and broaden my knowledge on it, is it in the freecodecamp curriculum?