Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

913 B

Built in functions

  • A JavaScript method is a property containing a function definition . In other words, when the data stored on an object is a function we call that a method.
  • To differentiate between properties and methods, we can think of it this way: A property is what an object has, while a method is what an object does.
  • Since JavaScript methods are actions that can be performed on objects, we first need to have objects to start with. There are several objects built into JavaScript which we can use.

Visit the following resources to learn more: