RSS Feed

Posts Tagged ‘javascript constructor function’

  1. Classical constructor function in JavaScript class

    January 29, 2011 by Dusan Gledovic

    I was in search (~5 min) for classical constructor for classes in JavaScript. What I found is nothing. It lasted too short, I guess, but anyway I did some tests and I got to the solution that could easily act as JavaScript class constructor.

    (more…)