#webdev #webdevelopment #javascript #100DaysOfCode #coding #code
...
Hey 👋, let's discuss ⚡️JavaScript classes⚡️.
JavaScript classes is a feature which was introduced in
ES6; technically it's just a syntactic sugar(syntax which makes things easier to read), but under the hood it is still the regular object creation.
Getters/setters

Just like literal objects, classes may include getter/setters, computed properties etc.
Static methods and properties

The static keyword defines a public method or property, meaning it belongs to a class rather than an instance of that class. Static properties are useful if you want to make something globally accessible.
Public fields

Public fields are properties which are declared before a constructor. They can be public class fields(declared with the 'static' keyword) and public instance fields. Declaring a field, makes you confident the property is always present.
Private fields

Private fields are properties that cannot be accessed outside of the class in which it was declared.
Inheritance

Classes allows you to use inheritance in the similar fashion as in OO languages.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Yauheni

Yauheni Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Thank you for your support!

Follow Us on Twitter!

:(