O que são Métodos em JavaScript?

Want to learn more about our Complete Javascript Course? Click the link below to secure your spot in the next class: https://dlp.hashtagtreinamentos.com/j... TO DOWNLOAD THE FREE JAVASCRIPT MINI-COURSE: https://pages.hashtagtreinamentos.com... ----------------------------------------------------------------------- If you prefer the video in text format: https://www.hashtagtreinamentos.com/m... ----------------------------------------------------------------------- Hey Impressioners! Do you know what methods are in Javascript? In the previous lesson I talked about objects, and today we'll delve a little deeper into them so I can explain methods to you. After explaining what objects are in Javascript (if you already know, this is a great time to review), I'll show you what methods are in Javascript, which are simply actions of an object. So when you write `console.log`, for example, to write text to the terminal, `log` is a method of the `log` object. The same happens when you create your object and have, for example, a name. In our example, our object is called `zeus`, and inside it we have some information like the name. So if we use `zeus.name`, it means we are using the `name` method of the `zeus` object. Want to learn in detail how this works? Then come to the lesson and I'll explain it to you. ----------------------------------------------------------------------- Recommended Playlists ► Basic HTML and CSS Course    • Curso Básico de Html e CSS - Aprenda Const...   ► Basic JavaScript Course    • Curso Básico de JavaScript - Primeiro Proj...   ----------------------------------------------------------------------- Hashtag Programming ► Subscribe to our channel: http://bit.ly/3c0LJQi ► Activate notifications (click the bell)! ► Like our video! ----------------------------------------------------------------------- Social Media ► Blog: https://bit.ly/2MRUZs0 ► YouTube: http://bit.ly/3c0LJQi ► Instagram: https://bit.ly/3o6dw42 ► Facebook: http://bit.ly/3qGtaF2 Here on the Hashtag Programming channel videos, we teach various Javascript tips so you can develop your skills in this programming language and create your own projects! ----------------------------------------------------------------------- Lesson Content 00:00 Introduction 00:38 Objects in Javascript 03:45 Functions in Javascript (anonymous functions) 07:26 Methods in Javascript (actions) 10:28 Conclusion #javascript #hashtagprogramacao