DEV Community

Discussion on: Using Static Keyword in JavaScript

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

I find it funny that you can now do.

class MyClass{
    static void main () {

    }
}

Reminds me of old school college IT lessons.

Collapse
 
stemmlerjs profile image
Khalil Stemmler

Ah the good 'ol days

Collapse
 
evanplaice profile image
Evan Plaice

The best part... you will never need to type that out again.