Posts Tagged ‘class’

  • Ok. Simple and sweet. I wish I would have known about this a few years ago. I’m talking about the idea of a JavaScript function that can be used like a class. Here’s what I want:

    Simple class interface that I can instantiate with new Classname
    Public functions/members
    Private functions/members
    Priveleged functions/members
    Static functions/members

    Lately I’ve been using JavaScript [...]