Building a Simple Search Functionality

# Introduction In this project, you will learn how to use JavaScript to implement a simple search functionality. You will learn how to bind the input event to an input box, process the search data, and display the search results. ## 👀 Preview ![Effect](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/javascript/project-confusing-this/lab-confusing-this/assets/effect.gif) ## 🎯 Tasks In this project, you will learn: - How to bind the `input` event to an input box - How to implement the `handleInput` method to filter the search data - How to render the search results in a list ## 🏆 Achievements After completing this project, you will be able to: - Use the `addEventListener` method to bind events - Use the `filter` method to filter an array based on a condition - Manipulate the DOM to update the search results

|60 : 00

Click the virtual machine below to start practicing