Is it problematic to reference an object literal within a function which is part of that very literal? It seems to work just fine, but I want to make sure there aren\'t othe
If you are not using prototype object, you czn go like that. as all instances of your object will return the value of the obj instance...