Whats an object?
A combination of data and functions. Usually the data inside an object cannot be accessed directly.
Whats a method?
functions for manipulating their data.
How do we use methods?
Determining if a string contains spaces, converting all characters in a string to lower case, determining if a string contains a certain sequence of characters, and many others.