Static Methods in JavaScript Tutorial : Object Oriented Programming Series – Part 11




JavaScript Static Class Methods.

Article and code samples from this tutorial
* techsith.com

Please be my patreons on patreaon
* https://www.patreon.com/techsith

Follow me for technology updates
* https://facebook.com/techsith
* https://twitter.com/techsith1

Help me translate this video.
* http://www.youtube.com/timedtext_video?ref=share&v=10b6K9fORI4

Original source


25 responses to “Static Methods in JavaScript Tutorial : Object Oriented Programming Series – Part 11”

  1. Awesome,
    let me:
    1) static method can be call on class. – Toyota.sellCar
    2) static method have object/instance as argument – Toyota.sellCar(camry)
    3) static method don't have "this"

    -Thank you.

  2. hi Hemil, great video. thanks so much. i have a query. you say that static/class methods are like utility functions. what does that mean.. im basically trying to undrrstand why do we need these static classes… what is it that they are providing that we cant accomplish with instance classes.

Leave a Reply