-
Recent Posts
Categories
Subscribe via RSS
-
Join 31 other subscribers
Tag Archives: constructor
A quick digression about the constructor property in Javascript
When i think about the constructor, i think about the function called when a class is instantiated. Well, that is true about Java but i would like to write about the constructor in Javascript. For me is a challenge write … Continue reading