JavaScript ES6 Classes (Constructors,Methods,Static Methods,Getters,Setters)

preview_player
Показать описание
Learn how to learn classes in JavaScript ES6. ES6 Classes are basically syntactic sugar for constructor functions. Learn how to create a constructors in ES6 in order to gives objects properties and how to create methods and how to create static member methods. Learn about getters and setters in JavaScript.
Рекомендации по теме
Комментарии
Автор

this is the best video explaining 'static' very well! Thank you !!

aya
Автор

Love your pace - little tricky with the up and down scrolling but I like seeing it zoomed in! Keep going!

ribl
Автор

Great quick tutorial! This helped quite a bit!

danielhayes
Автор

Constructors are rough, man . Thanks for this info

Zawazuki
Автор

Thanks for this video! Question - For what purpose would you place a static method on an object?

kuehling