JavaScript Methods # Usually follows form: <thing>.<method>() Different data types have different methods (strings have sting methods, numerics have numeric methods, etc.) console.log('yo'.toUpperCase()) Strings # .trim() .toUpperCase()