Lost Books: The Search is Over

Located in the depths of the internet, our books are so lost, they're found.

			
				// The code that makes the search function work
				function findBook(bookTitle) {
					return bookTitle == "Lost";
				}