Get the Titles!
Last updated
Was this helpful?
Last updated
Was this helpful?
The Get the Tiles! problem is an interesting problem where we have to get the title from a list of books. This is a good exercise for the implementation of arrays and objects.
Given an array of objects that represent books with an author.
Visit the and chapter to understand how the array and object work.