Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=MjH4ZlvKoMo



Category:
Walkthrough
Duration: 2:41
513 views
6


This JavaScript lesson is, Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods, and it is based on Codecademy's Learn Intermediate JavaScript course. It is from the Classes section, lesson, "Static Methods". In it, we learn why to use static methods. We learn about the difference between static vs instance methods. We learn that JavaScript static methods can only be called from the class directly. Static methods cannot be called from any instances of the class. We learn from an example using the Date class. We learn that we are able to both create Date instances to represent dates we want, but if we want to call the .now() instance from our date class, we can only do it using Date.now() because if we try to do it from an instance of Date, we learn that we will get a type error. Learning how to create static methods is a key concept for any Junior or Senior JavaScript developer. Make sure to practice creating static methods in your Classes and practice calling static methods from your created class as well as from an instance, to see the errors that arise. Practicing with JavaScript Static Methods will help you in understanding how static methods work in JavaScript. Make sure to practice them before moving on and thanks for watching Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods.




Other Videos By We Will Code


2022-04-08Todo App, Create, Read, Update, Delete, What is CRUD in PHP, How CRUD Works in PHP, Codecademy PHP
2022-04-08How PHP Comments Work, Comment in PHP, Multi-Line PHP Comment, Single Line PHP Comment, Codecademy
2022-04-08How is PHP Executed, Writing a PHP Script File, Codecademy's Learn PHP, General Purpose Programming
2022-04-07How is PHP Used in HTML, Learn PHP, Codecademy, Build Dynamic Web Pages in PHP, The PHP Interpreter
2022-04-07The History of PHP, Learn PHP History, PHP History Explained for Beginners, Codecademy Learn PHP
2022-04-07Why Learn PHP, Introduction to PHP Programming Language, Codecademy Free Full PHP Programming Course
2022-04-05Node setTimeout Function JavaScript Promises Explained, Promises in JavaScript Explained, Codecademy
2022-04-04Learning how to use JavaScript Promises, Constructing a Promise Object, JavaScript Promise Example
2022-04-04Intro to JavaScript Promises, What is a Promise in JavaScript, Asynchronous Programming Codecademy
2022-04-04How to Import Modules in Node JS, Exporting Modules in Node JS, Use Modules with Require, Codecademy
2022-04-03Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods
2022-04-01Add New Method to Child Class In JavaScript, Learn Intermediate JavaScript Inheritance V, Codecademy
2022-03-31Understanding JavaScript Class Inheritance, Inherit from Parent Class, Inheritance IV, Codecademy JS
2022-03-31First Time Ever Playing Destiny, PS4 Disc In PS5, Destiny Gameplay Guide for First Time Players
2022-03-30Inherit from a Parent Class, Super and Extends Keyword in JavaScript Codecademy's, Inheritance III
2022-03-30Jordan Peterson on Programming, Should I Learn to Program, Jordan Peterson on Coding and Technology
2022-03-30Playing A Plague Tale Innocence Walkthrough, Ch 2 The Strangers, Beginners Guide, New PS5 Games 2022
2022-03-29JavaScript Class Inheritance Explained, Codecademy's Learn Intermediate JavaScript, Inheritance II
2022-03-28How Class Inheritance Works in JavaScript, Class Inheritance in Programming, Codecademy's Learn JS
2022-03-28JavaScript Methods in Class Instance, Use Method Calls on JavaScript Class Instances, Codecademy JS
2022-03-27toggleClass JavaScript Walkthrough, How toggleClass Works in JavaScript, Toggle Class with jQuery



Tags:
Code
Coding
ES6
JavaScript
Programming
Tutorials