Building a Simple Search Functionality (Challenge)

# Introduction In this challenge, you will learn how to properly use the `this` keyword in JavaScript when working with objects. The challenge focuses on a common issue in team development, where variables involved in related functions are often encapsulated into an object to solve the problem of variable overlap. However, when using objects to encapsulate variables, it is necessary to pay attention to the proper use of `this`.

|60 : 00

Click the virtual machine below to start practicing