I'm seeking a simple method of using search in JavaScript to search a list of items from a file(html, our suggested) trying to keep it as static as possible with the least amount of code. basically there would be a list of lets say 100 items, book name - author - year published. the user should be able to search for a book they want, let's say combing name of author and year published. though which file the data its stored in should not risky all other content except the searched item of found. I do understand using a database would be the best way to go, but this is to help explain JavaScript html and css to non IT background friends.seeking guidance on:1-what type of file to store data in, if we are forced or there is a best store advice possess please advise.2-the most straight forward easy of going about this.3-a flow chart/explanation point wise in short hire can this/should this be done?4-if it's not possible js/htmlplease advice the best method, and please guide how to go about it.