
Jon Fearnow
151 Pointsnot sure what exactly i am doing wrong here
Not quite sure how to finish the line out with adding the book title to the string.
string entry = "bookTitle" = "Bible";
1 Answer

Khaidem Sandip Singha
Front End Web Development Techdegree Student 17,574 PointsThe left-hand side of an assignment must be a variable, property or indexer
string bookTitle ="Bible";