1. Introductions

After completing this module, you are expected to:

      • Understand how other arrays methods can be implemented;
      • Implement JavaScript sort() method; and
      • Use array methods to implement search tasks in JavaScript.

          In the previous lesson, you were introduced to different array methods. These methods were able to help in manipulating your array such as adding or removing an element. In some web applications, it is important that the data gathered are organized. With this searching can easily be implemented.

           In this lesson, you will be able to know how to sort your array and implement searching methods.