Commonly Used JavaScript Objects: Math and String Methods

1. Introduction


          After completing this module, you are expected to: 

        • Use methods within the Math and String Objects to manipulate data

          An object is a data type that acts like a variable but unlike the variables that we have learned so far, objects can contain multiple values. These multiple values correspond to the properties of the object. Objects can also have functions or actions that can be performed specifically for/on them. These functions are called methods. Methods can either be built-in or declared by the user.