Assign and Access Methods of a JavaScript Class with Static Properties

Tyler Clark
InstructorTyler Clark

Share this video with your friends

Send Tweet

When used, the static keyword assigns properties and methods to the class itself. As opposed to assigning it to the prototype object of that class. We'll use the static keyword and show how to replicate the same behavior with a regular function.

alwin
alwin
~ 7 years ago

Just the same with Java.